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 | ÷\ | 1000111010000001100010111111011101011100 | 8e818bf75c |
SJIS-WIN | ???÷\ | 001111110011111100111111100000011000000001011100 | 3f3f3f81805c |
EUC-JP | ???÷\ | 001111110011111100111111101000011110000001011100 | 3f3f3fa1e05c |
UTF-8 | ÷\ | 110000101000111011000010100000011100001010001011110000111011011101011100 | c28ec281c28bc3b75c |
UHC | ???÷\ | 001111110011111100111111101000011100000001011100 | 3f3f3fa1c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)