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 | 鈔」? | 11100111111000101010001100111111 | e7e2a33f |
EUC-JP | 鈔」誟 | 11101110111001001000111010100011100011111101110111111001 | eee48ea38fddf9 |
UTF-8 | 鈔」誟 | 111010011000100010010100111011111011110110100011111010001010101010011111 | e98894efbda3e8aa9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)