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 | 熔膜筵 | 100101110110111110010110100011001110001010100101 | 976f968ce2a5 |
EUC-JP | 熔膜筵 | 110011011101000011001011111011001110010010100111 | cdd0cbece4a7 |
UTF-8 | 熔膜筵 | 111001111000011010010100111010001000011010011100111001111010110110110101 | e78694e8869ce7adb5 |
UHC | 熔膜筵 | 111010011100001011011000101011111110011011011101 | e9c2d8afe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)