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 | ?欺? | 00111111100010110101110000111111 | 3f8b5c3f |
EUC-JP | ?欺馹 | 001111111011010110111101100011111110100110100001 | 3fb5bd8fe9a1 |
UTF-8 | 쒜欺馹 | 111011001001001010011100111001101010110010111010111010011010011010111001 | ec929ce6acbae9a6b9 |
UHC | 쒜欺馹 | 101111101010111011010001101001111110110011110001 | beaed1a7ecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)