To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鎭%躪B | 11101000010011101000000110010011111001110101100001000010 | e84e8193e75842 |
EUC-JP | 鎭%躪B | 11101111101011111010000111110011111011011011100101000010 | efafa1f3edb942 |
UTF-8 | 鎭%躪B | 11101001100011101010110111101111101111001000010111101000101110101010101001000010 | e98eadefbc85e8baaa42 |
UHC | 鎭%躪B | 11110010111001011010001110100101110101111111010101000010 | f2e5a3a5d7f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)