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 | ?^D?^D^ | 00111111010111100100010000111111010111100100010001011110 | 3f5e443f5e445e |
SJIS-WIN | 衷^D衷^D^ | 100100101000111101011110010001001001001010001111010111100100010001011110 | 928f5e44928f5e445e |
EUC-JP | 衷^D衷^D^ | 110000111110111101011110010001001100001111101111010111100100010001011110 | c3ef5e44c3ef5e445e |
UTF-8 | 衷^D衷^D^ | 1110100010100001101101110101111001000100111010001010000110110111010111100100010001011110 | e8a1b75e44e8a1b75e445e |
UHC | 衷^D衷^D^ | 111101011111101101011110010001001111010111111011010111100100010001011110 | f5fb5e44f5fb5e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)