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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 航???餘? | 1000110101110001001111110011111100111111111010010101000000111111 | 8d713f3f3fe9503f |
EUC-JP | 航???餘? | 1011100111010010001111110011111100111111111100011011000100111111 | b9d23f3f3ff1b13f |
UTF-8 | 航잝轢뽬餘뷁 | 111010001000100010101010111011001001111010011101111011111010011010001101111010111011110110101100111010011010010010011000111010111011011110000001 | e888aaec9e9defa68debbdace9a498ebb781 |
UHC | 航잝轢뽬餘뷁 | 111110011111111010011111111011101110011010111100100101101110100011100110101011101001010011101110 | f9fe9feee6bc96e8e6ae94ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)