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 | 蝪シ邏夥 | 11100101101000011011110011100111101101001001101011101100 | e5a1bce7b49aec |
EUC-JP | 蝪シ邏夥 | 1110101010100011100011101011110011101110101101101101010011101110 | eaa38ebceeb6d4ee |
UTF-8 | 蝪シ邏夥 | 111010001001110110101010111011111011110110111100111010011000001010001111111001011010010010100101 | e89daaefbdbce9828fe5a4a5 |
UHC | ??邏? | 0011111100111111110101011010010000111111 | 3f3fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)