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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | 幼????L | 10010111011000110011111100111111001111110011111101001100 | 97633f3f3f3f4c |
EUC-JP | 幼????L | 11001101110001000011111100111111001111110011111101001100 | cdc43f3f3f3f4c |
UTF-8 | 幼롇롅렳렎L | 11100101101110011011110011101011101000011000011111101011101000011000010111101011101000001011001111101011101000001000111001001100 | e5b9bceba187eba185eba0b3eba08e4c |
UHC | 幼롇롅렳렎L | 1110101011101010100011101100110110001110110010111000111011000000100011101010010001001100 | eaea8ecd8ecb8ec08ea44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)