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 | ??zB | 00111111001111110111101001000010 | 3f3f7a42 |
SJIS-WIN | 從?zB | 1001110001101110001111110111101001000010 | 9c6e3f7a42 |
EUC-JP | 從?zB | 1101011111001111001111110111101001000010 | d7cf3f7a42 |
UTF-8 | 從샷zB | 1110010110111110100111101110110010000011101101110111101001000010 | e5be9eec83b77a42 |
UHC | 從샷zB | 111100001111010010111100101001100111101001000010 | f0f4bca67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)