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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 第????^ | 10010001111001100011111100111111001111110011111101011110 | 91e63f3f3f3f5e |
EUC-JP | 第????^ | 11000010111010000011111100111111001111110011111101011110 | c2e83f3f3f3f5e |
UTF-8 | 第렗李답녔^ | 11100111101011001010110011101011101000001001011111101111101001111010000111101011100010111011010111101011100001011001010001011110 | e7acaceba097efa7a1eb8bb5eb85945e |
UHC | 第렗李답녔^ | 1111000010101111100011101010110011101100101100001011010011100100101100111110011001011110 | f0af8eacecb0b4e4b3e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)