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 | 牆?雨?運? | 111000001010110100111111100010010100101000111111100010010101111000111111 | e0ad3f894a3f895e3f |
EUC-JP | 牆?雨?運? | 111000001010111100111111101100011010101100111111101100011011111100111111 | e0af3fb1ab3fb1bf3f |
UTF-8 | 牆렓雨렭運렩 | 111001111000100110000110111010111010000010010011111010011001101110101000111010111010000010101101111010011000000110001011111010111010000010101001 | e78986eba093e99ba8eba0ade9818beba0a9 |
UHC | 牆렓雨렭運렩 | 111011011110110110001110101010001110100111101011100011101011101011101010101000011000111010110111 | eded8ea8e9eb8ebaeaa18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)