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 | 窪膜筵 | 100011000100010110010110100011001110001010100101 | 8c45968ce2a5 |
EUC-JP | 窪膜筵 | 101101111010011011001011111011001110010010100111 | b7a6cbece4a7 |
UTF-8 | 窪膜筵 | 111001111010101010101010111010001000011010011100111001111010110110110101 | e7aaaae8869ce7adb5 |
UHC | 窪膜筵 | 111010001100000111011000101011111110011011011101 | e8c1d8afe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)