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 | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-WIN | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
EUC-JP | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
UTF-8 | 묪PD묪PD^ | 1110101110101100101010100101000001000100111010111010110010101010010100000100010001011110 | ebacaa5044ebacaa50445e |
UHC | 묪PD묪PD^ | 100100100100001001010000010001001001001001000010010100000100010001011110 | 92425044924250445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)