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 | ??v | 00111111001111111000001010010110 | 3f3f8296 |
EUC-JP | 佺?v | 100011111011000011111001001111111010001111110110 | 8fb0f93fa3f6 |
UTF-8 | 佺찍v | 111001001011110110111010111011001011000010001101111011111011110110010110 | e4bdbaecb08defbd96 |
UHC | 佺찍v | 111011101110110111000010111011111010001111110110 | eeedc2efa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)