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 | ??哭 | 00111111001111111001101001001100 | 3f3f9a4c |
EUC-JP | ??哭 | 00111111001111111101001110101101 | 3f3fd3ad |
UTF-8 | 엎맛哭 | 111011001001011110001110111010111010011110011011111001011001001110101101 | ec978eeba79be593ad |
UHC | 엎맛哭 | 101111101111111010111000110000001100110111010110 | befeb8c0cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)