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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | ??Y | 001111110011111101011001 | 3f3f59 |
EUC-JP | 栯?Y | 1000111111000011110100100011111101011001 | 8fc3d23f59 |
UTF-8 | 栯멇Y | 11100110101000001010111111101011101010011000011101011001 | e6a0afeba98759 |
UHC | 栯멇Y | 1110100111110001100100010100000101011001 | e9f1914159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)