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 | 鳶f? | 1001001111001110100000101000011000111111 | 93ce82863f |
EUC-JP | 鳶f? | 1100011011010000101000111110011000111111 | c6d0a3e63f |
UTF-8 | 鳶f객 | 111010011011001110110110111011111011110110000110111010101011000010011101 | e9b3b6efbd86eab09d |
UHC | 鳶f객 | 111001101110100110100011111001101011000010110100 | e6e9a3e6b0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)