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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雕溯ご髯 | 1110100010111000100111111110100010000010101100101110100110011001 | e8b89fe882b2e999 |
EUC-JP | 雕溯ご髯 | 1111000010111010110111101110101010100100101101001111000111111001 | f0badeeaa4b4f1f9 |
UTF-8 | 雕溯ご髯 | 111010011001101110010101111001101011101010101111111000111000000110010100111010011010101110101111 | e99b95e6baafe38194e9abaf |
UHC | 雕溯ご? | 11110000111001111110000110111101101010101011010000111111 | f0e7e1bdaab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)