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 | ??d??? | 001111110011111101100100001111110011111100111111 | 3f3f643f3f3f |
SJIS-WIN | 嶸ーd嶸倆嚊 | 11111010101101001011000001100100111110101011010010011000111011011001101010000111 | fab4b064fab498ed9a87 |
EUC-JP | 嶸ーd嶸倆嚊 | 10001111101110111111010010001110101100000110010010001111101110111111010011010000111011111101001111100111 | 8fbbf48eb0648fbbf4d0efd3e7 |
UTF-8 | 嶸ーd嶸倆嚊 | 11100101101101101011100011101111101111011011000001100100111001011011011010111000111001011000000010000110111001011001101010001010 | e5b6b8efbdb064e5b6b8e58086e59a8a |
UHC | 嶸?d嶸倆? | 111001111010111000111111011001001110011110101110110101011101011000111111 | e7ae3f64e7aed5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)