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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???幼?ⅥB | 001111110011111100111111100101110110001100111111100001110101100101000010 | 3f3f3f97633f875942 |
EUC-JP | ???幼??B | 0011111100111111001111111100110111000100001111110011111101000010 | 3f3f3fcdc43f3f42 |
UTF-8 | 劣믪꼦幼뚧ⅥB | 11101111101001101001110111101011101011111010101011101010101111001010011011100101101110011011110011101011100110101010011111100010100001011010010101000010 | efa69debafaaeabca6e5b9bceb9aa7e285a542 |
UHC | 劣믪꼦幼뚧ⅥB | 11100110111010111001001011101100100001001000001111101010111010101000110011100110101001011011010101000010 | e6eb92ec8483eaea8ce6a5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)