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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 航?航 | 1000110101110001001111111000110101110001 | 8d713f8d71 |
EUC-JP | 航?航 | 1011100111010010001111111011100111010010 | b9d23fb9d2 |
UTF-8 | 航긤航 | 111010001000100010101010111010101011100010100100111010001000100010101010 | e888aaeab8a4e888aa |
UHC | 航긤航 | 111110011111111010000011011010001111100111111110 | f9fe8368f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)