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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雅?、韋?? | 100010011110101100111111100000010100000111101000111010000011111100111111 | 89eb3f8141e8e83f3f |
EUC-JP | 雅?、韋?? | 101100101110110100111111101000011010001011110000111010100011111100111111 | b2ed3fa1a2f0ea3f3f |
UTF-8 | 雅덈、韋귝벚 | 111010011001101110000101111010111000110110001000111000111000000010000001111010011001111110001011111010101011011110011101111010111011001010011010 | e99b85eb8d88e38081e99f8beab79debb29a |
UHC | 雅덈、韋귝벚 | 111001001011101010001000111010111010000110100010111010101101111110000010111001101011101010100010 | e4ba88eba1a2eadf82e6baa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)