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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ??跨E | 0011111100111111100011001101011101000101 | 3f3f8cd745 |
EUC-JP | ??跨E | 0011111100111111101110001101100101000101 | 3f3fb8d945 |
UTF-8 | 펫뭘跨E | 11101101100011101010101111101011101011011001100011101000101101111010100001000101 | ed8eabebad98e8b7a845 |
UHC | 펫뭘跨E | 11000110111010101011100110111011110011101010010101000101 | c6eab9bbcea545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)