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 | 轣蝉ケ溷悉 | 111001111000000110010000111001001011100110011111111001011000111010111011 | e78190e4b99fe58ebb |
EUC-JP | 轣蝉ケ溷悉 | 11101101111000011100000011100110100011101011100111011110111001111011110010111101 | ede1c0e68eb9dee7bcbd |
UTF-8 | 轣蝉ケ溷悉 | 111010001011110110100011111010001001110110001001111011111011110110111001111001101011101010110111111001101000001010001001 | e8bda3e89d89efbdb9e6bab7e68289 |
UHC | ????悉 | 001111110011111100111111001111111110001111111010 | 3f3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)