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 | ?O?B | 00111111010011110011111101000010 | 3f4f3f42 |
SJIS-WIN | 竪O但B | 100100100100011101001111100100100100000101000010 | 92474f924142 |
EUC-JP | 竪O但B | 110000111010100001001111110000111010001001000010 | c3a84fc3a242 |
UTF-8 | 竪O但B | 1110011110101011101010100100111111100100101111011000011001000010 | e7abaa4fe4bd8642 |
UHC | 竪O但B | 111000101011010101001111110100111010001101000010 | e2b54fd3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)