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 | 丈ソ賁 | 1000111111100100101111111110011011001010 | 8fe4bfe6ca |
EUC-JP | 丈ソ賁 | 101111101110011010001110101111111110110011001100 | bee68ebfeccc |
UTF-8 | 丈ソ賁 | 111001001011100010001000111011111011110110111111111010001011001110000001 | e4b888efbdbfe8b381 |
UHC | 丈?賁 | 1110110111011011001111111101110111010011 | eddb3fddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)