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 | 蜊ィ螟ョ鬣江 | 11100101100011011010100011100101101001001010111011101001101001011000110101011101 | e58da8e5a4aee9a58d5d |
EUC-JP | 蜊ィ螟ョ鬣江 | 111010011110110110001110101010001110101010100110100011101010111011110010101001111011100110111110 | e9ed8ea8eaa68eaef2a7b9be |
UTF-8 | 蜊ィ螟ョ鬣江 | 111010001001110010001010111011111011110110101000111010001001111010011111111011111011110110101110111010011010110010100011111001101011000110011111 | e89c8aefbda8e89e9fefbdaee9aca3e6b19f |
UHC | ??螟??江 | 0011111100111111110110011010110100111111001111111100101110110000 | 3f3fd9ad3f3fcbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)