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 | 諸褐? | 1000111110010100100010101000110000111111 | 8f948a8c3f |
EUC-JP | 諸褐? | 1011110111110100101100111110110000111111 | bdf4b3ec3f |
UTF-8 | 諸褐꺾 | 111010001010101110111000111010001010010010010000111010101011101010111110 | e8abb8e8a490eababe |
UHC | 諸褐꺾 | 111100001011001111001010111010001011001010101010 | f0b3cae8b2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)