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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楡勘?醍? | 1001111010111110100010101010100000111111100100011110011100111111 | 9ebe8aa83f91e73f |
EUC-JP | 楡勘?醍? | 1101110011000000101101001010101000111111110000101110100100111111 | dcc0b4aa3fc2e93f |
UTF-8 | 楡勘떼醍렎 | 111001101010010110100001111001011000101110011000111010111001011010111100111010011000011010001101111010111010000010001110 | e6a5a1e58b98eb96bce9868deba08e |
UHC | 楡勘떼醍렎 | 11101010111110001100101011101011101101101011110011110000101101011000111010100100 | eaf8caebb6bcf0b58ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)