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 | 邊豬滄 | 111001111011001011100110101101011001111111101001 | e7b2e6b59fe9 |
EUC-JP | 邊豬滄 | 111011101011010011101100101101111101111011101011 | eeb4ecb7deeb |
UTF-8 | 邊豬滄 | 111010011000001010001010111010001011000110101100111001101011101110000100 | e9828ae8b1ace6bb84 |
UHC | 邊?滄 | 1101110010101011001111111111001111100111 | dcab3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)