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 | 隗晁ざ蠎 | 1110100010100111100111011110100010000010101101001110010110111010 | e8a79de882b4e5ba |
EUC-JP | 隗晁ざ蠎 | 1111000010101001110110101110101010100100101101101110101010111100 | f0a9daeaa4b6eabc |
UTF-8 | 隗晁ざ蠎 | 111010011001101010010111111001101001100110000001111000111000000110010110111010001010000010001110 | e99a97e69981e38196e8a08e |
UHC | ?晁ざ? | 001111111111000011000101101010101011011000111111 | 3ff0c5aab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)