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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 鄕介坐~ | 11111011101110001000100111101110100011011011111101111110 | fbb889ee8dbf7e |
EUC-JP | ?介坐~ | 001111111011001011110000101110101100000101111110 | 3fb2f0bac17e |
UTF-8 | 鄕介坐~ | 11101001100001001001010111100100101110111000101111100101100111011001000001111110 | e98495e4bb8be59d907e |
UHC | 鄕介坐~ | 11111010110000011100101110111111111100011010011001111110 | fac1cbbff1a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)