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 | 綵よ或 | 111000110101110010000010111001101000100010111101 | e35c82e688bd |
EUC-JP | 綵よ或 | 111001011011110110100100111010001011000010111111 | e5bda4e8b0bf |
UTF-8 | 綵よ或 | 111001111011011010110101111000111000001010001000111001101000100010010110 | e7b6b5e38288e68896 |
UHC | 綵よ或 | 111100111111011110101010111010001111101111100100 | f3f7aae8fbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)