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 | 1110010010111100100110101101011101011001 | e4bc9ad759 |
EUC-JP | 莨壅Y | 1110100010111110110101001101100101011001 | e8bed4d959 |
UTF-8 | 莨壅Y | 11101000100011101010100011100101101000111000010101011001 | e88ea8e5a38559 |
UHC | ?壅Y | 00111111111010001011010101011001 | 3fe8b559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)