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 | 00111111111000111111110001011001 | 3fe3fc59 |
EUC-JP | ?腋Y | 00111111111001101111111001011001 | 3fe6fe59 |
UTF-8 | 쒀腋Y | 11101100100100101000000011101000100001011000101101011001 | ec9280e8858b59 |
UHC | 쒀腋Y | 1011111010101100111001001111110101011001 | beace4fd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)