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 | 迪セ薰 | 1110011110001100101111101111101110011110 | e78cbefb9e |
EUC-JP | 迪セ? | 1110110111101100100011101011111000111111 | edec8ebe3f |
UTF-8 | 迪セ薰 | 111010001011111110101010111011111011110110111110111010001001011010110000 | e8bfaaefbdbee896b0 |
UHC | 迪?薰 | 1110111011101000001111111111110110111001 | eee83ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)