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 | RHDRHD^ | 1001001001010010100100100100100001000100100100100101001010010010010010000100010001011110 | 925292484492529248445e |
SJIS-WIN | ?R?HD?R?HD^ | 0011111101010010001111110100100001000100001111110101001000111111010010000100010001011110 | 3f523f48443f523f48445e |
EUC-JP | ?R?HD?R?HD^ | 0011111101010010001111110100100001000100001111110101001000111111010010000100010001011110 | 3f523f48443f523f48445e |
UTF-8 | RHDRHD^ | 110000101001001001010010110000101001001001001000010001001100001010010010010100101100001010010010010010000100010001011110 | c29252c2924844c29252c29248445e |
UHC | ?R?HD?R?HD^ | 0011111101010010001111110100100001000100001111110101001000111111010010000100010001011110 | 3f523f48443f523f48445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)