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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 秩?{秩?s | 1001001010000001001111110111101110010010100000010011111101110011 | 92813f7b92813f73 |
EUC-JP | 秩?{秩?s | 1100001111100001001111110111101111000011111000010011111101110011 | c3e13f7bc3e13f73 |
UTF-8 | 秩섐{秩섐s | 1110011110100111101010011110110010000100100100000111101111100111101001111010100111101100100001001001000001110011 | e7a7a9ec84907be7a7a9ec849073 |
UHC | 秩섐{秩섐s | 11110010111100011011110010101011011110111111001011110001101111001010101101110011 | f2f1bcab7bf2f1bcab73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)