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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝨廷さ | 111001011001110010010010111011001000001010110011 | e59c92ec82b3 |
EUC-JP | 蝨廷さ | 111010011111110011000100111011101010010010110101 | e9fcc4eea4b5 |
UTF-8 | 蝨廷さ | 111010001001110110101000111001011011101110110111111000111000000110010101 | e89da8e5bbb7e38195 |
UHC | 蝨廷さ | 111000111010010011101111110101011010101010110101 | e3a4efd5aab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)