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 | ϵ»Ëϵ | 110011111011010110111011110010111100111110110101 | cfb5bbcbcfb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Ï??ËÏ? | 100011111010101011000001001111110011111110001111101010101011001110001111101010101100000100111111 | 8faac13f3f8faab38faac13f |
UTF-8 | ϵ»Ëϵ | 110000111000111111000010101101011100001010111011110000111000101111000011100011111100001010110101 | c38fc2b5c2bbc38bc38fc2b5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)