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 | 莊e興 | 111001001011010110000010100001011000101110111011 | e4b582858bbb |
EUC-JP | 莊e興 | 111010001011011110100011111001011011011010111101 | e8b7a3e5b6bd |
UTF-8 | 莊e興 | 111010001000111010001010111011111011110110000101111010001000100010001000 | e88e8aefbd85e88888 |
UHC | 莊e興 | 111011011111011010100011111001011111110111101001 | edf6a3e5fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)