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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??菖??劑 | 0011111100111111100011111101001000111111001111111001100110011101 | 3f3f8fd23f3f999d |
EUC-JP | ??菖??劑 | 0011111100111111101111101101010000111111001111111101000111111101 | 3f3fbed43f3fd1fd |
UTF-8 | 셔롎菖렫롃劑 | 111011001000010110010100111010111010000110001110111010001000111110010110111010111010000010101011111010111010000110000011111001011000101010010001 | ec8594eba18ee88f96eba0abeba183e58a91 |
UHC | 셔롎菖렫롃劑 | 101111001100010110001110110101001111001111101110100011101011100110001110110010101111000010100101 | bcc58ed4f3ee8eb98ecaf0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)