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 | 澵悉焄自 | 1111101101001100100011101011101111111011010101001000111010101001 | fb4c8ebbfb548ea9 |
EUC-JP | 澵悉焄自 | 10001111110010001111100010111100101111011000111111001001111000111011110010101011 | 8fc8f8bcbd8fc9e3bcab |
UTF-8 | 澵悉焄自 | 111001101011111010110101111001101000001010001001111001111000010010000100111010001000011110101010 | e6beb5e68289e78484e887aa |
UHC | ?悉焄自 | 00111111111000111111101011111101101101101110110110111011 | 3fe3fafdb6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)