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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澈磁瀇 | 111110110100101110001110101001011111101101001111 | fb4b8ea5fb4f |
EUC-JP | 澈磁瀇 | 1000111111001000111001011011110010100111100011111100100110101101 | 8fc8e5bca78fc9ad |
UTF-8 | 澈磁瀇 | 111001101011111010001000111001111010001110000001111001111000000010000111 | e6be88e7a381e78087 |
UHC | 澈磁? | 1111010011001101111011011011100000111111 | f4cdedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)