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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???魚h? | 0011111100111111001111111000101110011011100000101000100000111111 | 3f3f3f8b9b82883f |
EUC-JP | ???魚h? | 0011111100111111001111111011010111111011101000111110100000111111 | 3f3f3fb5fba3e83f |
UTF-8 | 樂뗥킂魚h링 | 111011111010011010111111111010111001011110100101111011011000001010000010111010011010110110011010111011111011110110001000111010111010011110000001 | efa6bfeb97a5ed8282e9ad9aefbd88eba781 |
UHC | 樂뗥킂魚h링 | 111010001111100110001011111001011011010010001110111001011110000010100011111010001011100010110101 | e8f98be5b48ee5e0a3e8b8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)