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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄕乗i隍 | 1111101110111000100011111110011010000010100010011110100010100100 | fbb88fe68289e8a4 |
EUC-JP | ?乗i隍 | 00111111101111101110100010100011111010011111000010100110 | 3fbee8a3e9f0a6 |
UTF-8 | 鄕乗i隍 | 111010011000010010010101111001001011100110010111111011111011110110001001111010011001101010001101 | e98495e4b997efbd89e99a8d |
UHC | 鄕?i隍 | 11111010110000010011111110100011111010011111110011011011 | fac13fa3e9fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)