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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | ???旿??LB | 00111111001111110011111110001111110000011111010000111111001111110100110001000010 | 3f3f3f8fc1f43f3f4c42 |
UTF-8 | 溜깅젛旿덉녆LB | 1110111110100111100010111110101010111001100001011110110010100000100110111110011010010111101111111110101110001101100010011110101110000101100001100100110001000010 | efa78beab985eca09be697bfeb8d89eb85864c42 |
UHC | 溜깅젛旿덉녆LB | 1110101011111110101100011110101110100000100101111110011111111010100010001110110010000110101111010100110001000010 | eafeb1eba097e7fa88ec86bd4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)