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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 航??僥 | 100011010111000100111111001111111001100101000110 | 8d713f3f9946 |
EUC-JP | 航??僥 | 101110011101001000111111001111111101000110100111 | b9d23f3fd1a7 |
UTF-8 | 航띈눎僥 | 111010001000100010101010111010111001110110001000111010111000100010001110111001011000001110100101 | e888aaeb9d88eb888ee583a5 |
UHC | 航띈눎僥 | 1111100111111110101101101110100010000111101010101110100011101001 | f9feb6e887aae8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)