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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顯罹揆粤 | 1110100011111011100111001110101110011101100001001110001011100011 | e8fb9ceb9d84e2e3 |
EUC-JP | 顯罹揆粤 | 1111000011111101110110001110110111011001111001001110010011100101 | f0fdd8edd9e4e4e5 |
UTF-8 | 顯罹揆粤 | 111010011010000110101111111001111011110110111001111001101000111110000110111001111011001010100100 | e9a1afe7bdb9e68f86e7b2a4 |
UHC | 顯罹揆? | 11111010111010011101011111100111110100001010011000111111 | fae9d7e7d0a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)