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 | 1001000011001100100100010100001001011001 | 90cc914259 |
EUC-JP | 昔腺Y | 1100000011001110110000011010001101011001 | c0cec1a359 |
UTF-8 | 昔腺Y | 11100110100110001001010011101000100001011011101001011001 | e69894e885ba59 |
UHC | 昔腺Y | 1110000010101110111000001100110101011001 | e0aee0cd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)