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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | ?序A? | 0011111110001111100110000100000100111111 | 3f8f98413f |
EUC-JP | ?序A? | 0011111110111101111110000100000100111111 | 3fbdf8413f |
UTF-8 | 랕序A랕 | 11101011100111101001010111100101101110101000111101000001111010111001111010010101 | eb9e95e5ba8f41eb9e95 |
UHC | 랕序A랕 | 10001101111110101101111111101101010000011000110111111010 | 8dfadfed418dfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)