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 | ?}?}?? | 001111110111110100111111011111010011111100111111 | 3f7d3f7d3f3f |
SJIS-WIN | 鴉}鴉}?鴉 | 111010011110101101111101111010011110101101111101001111111110100111101011 | e9eb7de9eb7d3fe9eb |
EUC-JP | 鴉}鴉}?鴉 | 111100101110110101111101111100101110110101111101001111111111001011101101 | f2ed7df2ed7d3ff2ed |
UTF-8 | 鴉}鴉}뻢鴉 | 1110100110110100100010010111110111101001101101001000100101111101111010111011101110100010111010011011010010001001 | e9b4897de9b4897debbba2e9b489 |
UHC | 鴉}鴉}뻢鴉 | 11100100101111000111110111100100101111000111110110010110011010111110010010111100 | e4bc7de4bc7d966be4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)