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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 罍矜罍矜^ | 111000111010000111100001111000001110001110100001111000011110000001011110 | e3a1e1e0e3a1e1e05e |
EUC-JP | 罍矜罍矜^ | 111001101010001111100010111000101110011010100011111000101110001001011110 | e6a3e2e2e6a3e2e25e |
UTF-8 | 罍矜罍矜^ | 11100111101111011000110111100111100111111001110011100111101111011000110111100111100111111001110001011110 | e7bd8de79f9ce7bd8de79f9c5e |
UHC | ?矜?矜^ | 00111111110100001110100000111111110100001110100001011110 | 3fd0e83fd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)