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 | 蠎包ス壌 | 11100101101110101001010111101111101111011000111111101011 | e5ba95efbd8feb |
EUC-JP | 蠎包ス壌 | 1110101010111100110010101111000110001110101111011011111011101101 | eabccaf18ebdbeed |
UTF-8 | 蠎包ス壌 | 111010001010000010001110111001011000110010000101111011111011110110111101111001011010001110001100 | e8a08ee58c85efbdbde5a38c |
UHC | ?包?? | 0011111111111000110100000011111100111111 | 3ff8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)