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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 淋?淋?B | 10010111110100100011111110010111110100100011111101000010 | 97d23f97d23f42 |
EUC-JP | 淋?淋?B | 11001110110101000011111111001110110101000011111101000010 | ced43fced43f42 |
UTF-8 | 淋쉡淋쉡B | 11100110101101111000101111101100100010011010000111100110101101111000101111101100100010011010000101000010 | e6b78bec89a1e6b78bec89a142 |
UHC | 淋쉡淋쉡B | 110101111111101010011010011101101101011111111010100110100111011001000010 | d7fa9a76d7fa9a7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)