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 | 航?譯??跡 | 100011010111000100111111111001101010000100111111001111111001000011010101 | 8d713fe6a13f3f90d5 |
EUC-JP | 航?譯?頰跡 | 1011100111010010001111111110110010100011001111111000111111101000101001001100000011010111 | b9d23feca33f8fe8a4c0d7 |
UTF-8 | 航쒘譯꿱頰跡 | 111010001000100010101010111011001001001010011000111010001010110110101111111010101011111110110001111010011010000010110000111010001011011110100001 | e888aaec9298e8adafeabfb1e9a0b0e8b7a1 |
UHC | 航쒘譯꿱頰跡 | 111110011111111010011100111011101110011010111011101100101110100011111010111110101110111011100110 | f9fe9ceee6bbb2e8fafaeee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)