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 | ??矣 | 00111111001111111110000111100001 | 3f3fe1e1 |
EUC-JP | ?輧矣 | 001111111000111111100000111100111110001011100011 | 3f8fe0f3e2e3 |
UTF-8 | 쌥輧矣 | 111011001000110010100101111010001011110010100111111001111001111110100011 | ec8ca5e8bca7e79fa3 |
UHC | 쌥輧矣 | 101111011101110111011100101111101110101111111000 | bddddcbeebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)