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 | 柀 | 111101001101100111110010101110001111101011100100 | f4d9f2b8fae4 |
EUC-JP | ??柀 | 0011111100111111100011111100001110111001 | 3f3f8fc3b9 |
UTF-8 | 柀 | 111011101000111010001000111011101000011110101111111001101001111110000000 | ee8e88ee87afe69f80 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)