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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腰??悅 | 100011011001100000111111001111111111101010111101 | 8d983f3ffabd |
EUC-JP | 腰??? | 1011100111111000001111110011111100111111 | b9f83f3f3f |
UTF-8 | 腰밭떋悅 | 111010001000010110110000111010111011000010101101111010111001011010001011111001101000001010000101 | e885b0ebb0adeb968be68285 |
UHC | 腰밭떋悅 | 1110100110100110101110011110011110001011101000011110011011101101 | e9a6b9e78ba1e6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)