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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曝要 | 0011111110010100100110001001011101110110 | 3f94989776 |
EUC-JP | ?曝要 | 0011111111000111111110001100110111010111 | 3fc7f8cdd7 |
UTF-8 | 뤩曝要 | 111010111010010010101001111001101001101110011101111010001010011010000001 | eba4a9e69b9de8a681 |
UHC | 뤩曝要 | 100011111101011111111000111011011110100110101001 | 8fd7f8ede9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)