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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ?泥?B?甚 | 0011111110010011010001000011111101000010001111111001000001110010 | 3f93443f423f9072 |
EUC-JP | ?泥?B?甚 | 0011111111000101101001010011111101000010001111111011111111010011 | 3fc5a53f423fbfd3 |
UTF-8 | 룵泥헉B룵甚 | 11101011101000111011010111100110101100111010010111101101100101111000100101000010111010111010001110110101111001111001010010011010 | eba3b5e6b3a5ed978942eba3b5e7949a |
UHC | 룵泥헉B룵甚 | 1000111110101010110100101111101011000111111001000100001010001111101010101110010010100100 | 8faad2fac7e4428faae4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)