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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ?泥?B? | 001111111001001101000100001111110100001000111111 | 3f93443f423f |
EUC-JP | ?泥?B? | 001111111100010110100101001111110100001000111111 | 3fc5a53f423f |
UTF-8 | 룵泥헉B룵 | 11101011101000111011010111100110101100111010010111101101100101111000100101000010111010111010001110110101 | eba3b5e6b3a5ed978942eba3b5 |
UHC | 룵泥헉B룵 | 100011111010101011010010111110101100011111100100010000101000111110101010 | 8faad2fac7e4428faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)