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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 瓱稾] | 1110000101000111111000100110101101011101 | e147e26b5d |
EUC-JP | 瓱稾] | 1110000110101000111000111100110001011101 | e1a8e3cc5d |
UTF-8 | 瓱稾] | 11100111100100111011000111100111101010001011111001011101 | e793b1e7a8be5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)