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 | RHYH | 1001001001010010100100100100100010010010010110011001001001001000 | 9252924892599248 |
SJIS-WIN | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
EUC-JP | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
UTF-8 | RHYH | 110000101001001001010010110000101001001001001000110000101001001001011001110000101001001001001000 | c29252c29248c29259c29248 |
UHC | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)