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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓮??鶯?? | 1110000101000100001111110011111111101001111100100011111100111111 | e1443f3fe9f23f3f |
EUC-JP | 瓮??鶯?? | 1110000110100101001111110011111111110010111101000011111100111111 | e1a53f3ff2f43f3f |
UTF-8 | 瓮쎿뇘鶯계톷 | 111001111001001110101110111011001000111010111111111010111000011110011000111010011011011010101111111010101011001110000100111011011000011010110111 | e793aeec8ebfeb8798e9b6afeab384ed86b7 |
UHC | 瓮쎿뇘鶯계톷 | 111010001011011110011011111001101000011110000011111001011010001110110000111010001011011110001011 | e8b79be68783e5a3b0e8b78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)