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 | 雜呷セィ譬シ | 111010001011011010011001111011001011111010101000111001101010000010111100 | e8b699ecbea8e6a0bc |
EUC-JP | 雜呷セィ譬シ | 111100001011100011010010111011101000111010111110100011101010100011101100101000101000111010111100 | f0b8d2ee8ebe8ea8eca28ebc |
UTF-8 | 雜呷セィ譬シ | 111010011001101110011100111001011001000110110111111011111011110110111110111011111011110110101000111010001010110110101100111011111011110110111100 | e99b9ce591b7efbdbeefbda8e8adacefbdbc |
UHC | 雜???譬? | 1110110111011010001111110011111100111111110111101010011100111111 | edda3f3f3fdea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)