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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珎簑箏珮 | 11100000110111011111001011100011111000101100000011100010101101011110000011100001 | e0ddf2e3e2c0e2b5e0e1 |
EUC-JP | 珎?簑箏珮 | 111000001101111100111111111001001100001011100100101101111110000011100011 | e0df3fe4c2e4b7e0e3 |
UTF-8 | 珎簑箏珮 | 111001111000111110001110111011101000100010011010111001111011000010010001111001111010111010001111111001111000111110101110 | e78f8eee889ae7b091e7ae8fe78fae |
UHC | ???箏? | 001111110011111100111111111011101011010000111111 | 3f3f3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)