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 | 意?? | 10001000110100110011111100111111 | 88d33f3f |
EUC-JP | 意?? | 10110000110101010011111100111111 | b0d53f3f |
UTF-8 | 意쎈죱 | 111001101000010010001111111011001000111010001000111011001010001110110001 | e6848fec8e88eca3b1 |
UHC | 意쎈죱 | 111010111111001010111101111010111010000110001100 | ebf2bdeba18c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)