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 | 預?虞 | 1001011101100001001111111000101111110001 | 97613f8bf1 |
EUC-JP | 預?虞 | 1100110111000010001111111011011011110011 | cdc23fb6f3 |
UTF-8 | 預껑虞 | 111010011010000010010000111010101011101110010001111010001001100110011110 | e9a090eabb91e8999e |
UHC | 預껑虞 | 111001111110100010110010101100011110100111100101 | e7e8b2b1e9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)