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 | LµRH | 1001001001001100100100011011010110010010010100101001001001001000 | 924c91b592529248 |
SJIS-WIN | ?L???R?H | 0011111101001100001111110011111100111111010100100011111101001000 | 3f4c3f3f3f523f48 |
EUC-JP | ?L???R?H | 0011111101001100001111110011111100111111010100100011111101001000 | 3f4c3f3f3f523f48 |
UTF-8 | LµRH | 11000010100100100100110011000010100100011100001010110101110000101001001001010010110000101001001001001000 | c2924cc291c2b5c29252c29248 |
UHC | ?L???R?H | 0011111101001100001111110011111100111111010100100011111101001000 | 3f4c3f3f3f523f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)