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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ェ? | 00111111100000110100011000111111 | 3f83463f |
EUC-JP | ?ェ焰 | 001111111010010110100111100011111100100111101111 | 3fa5a78fc9ef |
UTF-8 | 뤚ェ焰 | 111010111010010010011010111000111000001010100111111001111000010010110000 | eba49ae382a7e784b0 |
UHC | 뤚ェ焰 | 100011111100100110101011101001111110011011111011 | 8fc9aba7e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)