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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愈???? | 100101101111101000111111001111110011111100111111 | 96fa3f3f3f3f |
EUC-JP | 愈???? | 110011001111110000111111001111110011111100111111 | ccfc3f3f3f3f |
UTF-8 | 愈뺞엵溫밄 | 111001101000010010001000111010111011101010011110111011001001011110110101111001101011101010101011111010111011000010000100 | e68488ebba9eec97b5e6baabebb084 |
UHC | 愈뺞엵溫밄 | 11101010111011111001010111100110100111101000100111101000101011101001001101000010 | eaef95e69e89e8ae9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)