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 | 逶帶辧 | 111001111001101110011011111001101001100110011111 | e79b9be6999f |
EUC-JP | 逶帶辧 | 111011011111101111010110111010001101001010100001 | edfbd6e8d2a1 |
UTF-8 | 逶帶辧 | 111010011000000010110110111001011011100010110110111010001011111010100111 | e980b6e5b8b6e8bea7 |
UHC | ?帶? | 00111111110100111110000100111111 | 3fd3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)