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 | LOhLO | 100100100100110010010010010011110110100010010010010011001001001001001111 | 924c924f68924c924f |
SJIS-WIN | ?L?Oh?L?O | 001111110100110000111111010011110110100000111111010011000011111101001111 | 3f4c3f4f683f4c3f4f |
EUC-JP | ?L?Oh?L?O | 001111110100110000111111010011110110100000111111010011000011111101001111 | 3f4c3f4f683f4c3f4f |
UTF-8 | LOhLO | 11000010100100100100110011000010100100100100111101101000110000101001001001001100110000101001001001001111 | c2924cc2924f68c2924cc2924f |
UHC | ?L?Oh?L?O | 001111110100110000111111010011110110100000111111010011000011111101001111 | 3f4c3f4f683f4c3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)