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 | 娃??液?9 | 100010001010000100111111001111111000100101110100001111111000001001011000 | 88a13f3f89743f8258 |
EUC-JP | 娃??液?9 | 101100001010001100111111001111111011000111010101001111111010001110111001 | b0a33f3fb1d53fa3b9 |
UTF-8 | 娃됬덱液ㅸ9 | 111001011010100010000011111010111001000010101100111010111000110110110001111001101011011010110010111000111000010110111000111011111011110010011001 | e5a883eb90aceb8db1e6b6b2e385b8efbc99 |
UHC | 娃됬덱液ㅸ9 | 111010001101111110001001111001111011010110100110111001001111101110100100111010001010001110111001 | e8df89e7b5a6e4fba4e8a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)