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 | ?蝴譯 | 0011111111100101100110101110011010100001 | 3fe59ae6a1 |
EUC-JP | ?蝴譯 | 0011111111101001111110101110110010100011 | 3fe9faeca3 |
UTF-8 | 렰蝴譯 | 111010111010000010110000111010001001110110110100111010001010110110101111 | eba0b0e89db4e8adaf |
UHC | 렰蝴譯 | 100011101011110111111011110111011110011010111011 | 8ebdfbdde6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)