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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逵帷泣B | 11100111100111001001101111100111100010111000001101000010 | e79c9be78b8342 |
EUC-JP | 逵帷泣B | 11101101111111001101011011101001101101011110001101000010 | edfcd6e9b5e342 |
UTF-8 | 逵帷泣B | 11101001100000001011010111100101101110001011011111100110101100111010001101000010 | e980b5e5b8b7e6b3a342 |
UHC | 逵?泣B | 110100001011000000111111111010111110100001000010 | d0b03febe842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)