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 | 壤??徇?? | 1001101011011111001111110011111110011100011011010011111100111111 | 9adf3f3f9c6d3f3f |
EUC-JP | 壤??徇?? | 1101010011100001001111110011111111010111110011100011111100111111 | d4e13f3fd7ce3f3f |
UTF-8 | 壤㏉뤃徇뽯젾 | 111001011010001110100100111000111000111110001001111010111010010010000011111001011011111010000111111010111011110110101111111011001010000010111110 | e5a3a4e38f89eba483e5be87ebbdafeca0be |
UHC | 壤㏉뤃徇뽯젾 | 111001011011110110100111111011011000111110110100111000101101111110010110111010111010000010110000 | e5bda7ed8fb4e2df96eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)