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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 吾?Ёh | 100011001110000100111111100001000100011001101000 | 8ce13f844668 |
EUC-JP | 吾?Ёh | 101110001110001100111111101001111010011101101000 | b8e33fa7a768 |
UTF-8 | 吾몃Ёh | 111001011001000010111110111010111010101010000011110100001000000101101000 | e590beebaa83d08168 |
UHC | 吾몃Ёh | 11100111111011101011100011101011101011001010011101101000 | e7eeb8ebaca768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)