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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 甑??凝 | 100011011001100100111111001111111000101111000011 | 8d993f3f8bc3 |
EUC-JP | 甑??凝 | 101110011111100100111111001111111011011011000101 | b9f93f3fb6c5 |
UTF-8 | 甑흔쏭凝 | 111001111001010010010001111011011001110110010100111011001000111110101101111001011000011110011101 | e79491ed9d94ec8fade5879d |
UHC | 甑흔쏭凝 | 1111000111110111110010001110011110111101111101101110101111101010 | f1f7c8e7bdf6ebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)