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 | ??M????? | 0011111100111111010011010011111100111111001111110011111100111111 | 3f3f4d3f3f3f3f3f |
SJIS-WIN | ??M????? | 0011111100111111010011010011111100111111001111110011111100111111 | 3f3f4d3f3f3f3f3f |
EUC-JP | ??M????? | 0011111100111111010011010011111100111111001111110011111100111111 | 3f3f4d3f3f3f3f3f |
UTF-8 | 셔샷M셍롐렽롉렲 | 11101100100001011001010011101100100000111011011101001101111011001000010110001101111010111010000110010000111010111010000010111101111010111010000110001001111010111010000010110010 | ec8594ec83b74dec858deba190eba0bdeba189eba0b2 |
UHC | 셔샷M셍롐렽롉렲 | 101111001100010110111100101001100100110110111100110001001000111011010110100011101100010110001110110011111000111010111111 | bcc5bca64dbcc48ed68ec58ecf8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)