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 | ??LOh??LO | 001111110011111101001100010011110110100000111111001111110100110001001111 | 3f3f4c4f683f3f4c4f |
SJIS-WIN | ??LOh??LO | 001111110011111101001100010011110110100000111111001111110100110001001111 | 3f3f4c4f683f3f4c4f |
EUC-JP | ??LOh??LO | 001111110011111101001100010011110110100000111111001111110100110001001111 | 3f3f4c4f683f3f4c4f |
UTF-8 | 횂혳LOh횂혳LO | 1110110110011010100000101110110110011000101100110100110001001111011010001110110110011010100000101110110110011000101100110100110001001111 | ed9a82ed98b34c4f68ed9a82ed98b34c4f |
UHC | 횂혳LOh횂혳LO | 11000011100000101100001010011010010011000100111101101000110000111000001011000010100110100100110001001111 | c382c29a4c4f68c382c29a4c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)