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 | 矣勘?醍?除 | 11100001111000011000101010101000001111111001000111100111001111111000111110011100 | e1e18aa83f91e73f8f9c |
EUC-JP | 矣勘?醍?除 | 11100010111000111011010010101010001111111100001011101001001111111011110111111100 | e2e3b4aa3fc2e93fbdfc |
UTF-8 | 矣勘떼醍렎除 | 111001111001111110100011111001011000101110011000111010111001011010111100111010011000011010001101111010111010000010001110111010011001100110100100 | e79fa3e58b98eb96bce9868deba08ee999a4 |
UHC | 矣勘떼醍렎除 | 111010111111100011001010111010111011011010111100111100001011010110001110101001001111000010110110 | ebf8caebb6bcf0b58ea4f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)