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 | ??J^ | 00111111001111110100101001011110 | 3f3f4a5e |
SJIS-WIN | 從?J^ | 1001110001101110001111110100101001011110 | 9c6e3f4a5e |
EUC-JP | 從?J^ | 1101011111001111001111110100101001011110 | d7cf3f4a5e |
UTF-8 | 從샷J^ | 1110010110111110100111101110110010000011101101110100101001011110 | e5be9eec83b74a5e |
UHC | 從샷J^ | 111100001111010010111100101001100100101001011110 | f0f4bca64a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)