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 | 鬘剰ざ蓙 | 1110100110100001100011111110100010000010101101001110010011100110 | e9a18fe882b4e4e6 |
EUC-JP | 鬘剰ざ蓙 | 1111001010100011101111101110101010100100101101101110100011101000 | f2a3beeaa4b6e8e8 |
UTF-8 | 鬘剰ざ蓙 | 111010011010110010011000111001011000100110110000111000111000000110010110111010001001001110011001 | e9ac98e589b0e38196e89399 |
UHC | ??ざ? | 0011111100111111101010101011011000111111 | 3f3faab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)