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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繹ル?愉? | 1110001110001000100000111000101100111111100101101111100100111111 | e388838b3f96f93f |
EUC-JP | 繹ル?愉? | 1110010111101000101001011110101100111111110011001111101100111111 | e5e8a5eb3fccfb3f |
UTF-8 | 繹ル퀬愉볿 | 111001111011100110111001111000111000001110101011111011011000000010101100111001101000010010001001111010111011001110111111 | e7b9b9e383abed80ace68489ebb3bf |
UHC | 繹ル퀬愉볿 | 11100110101110101010101111101011101100111010000011101010111100001001010001000010 | e6baabebb3a0eaf09442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)