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 | 11100111101010101011011011100101100100001010111011100110100010011011000101000010 | e7aab6e590aee689b142 |
EUC-JP | 遯カ蜷ョ謇アB | 11101110101011001000111010110110111010011111000010001110101011101110101111101001100011101011000101000010 | eeac8eb6e9f08eaeebe98eb142 |
UTF-8 | 遯カ蜷ョ謇アB | 11101001100000011010111111101111101111011011011011101000100111001011011111101111101111011010111011101000101011001000011111101111101111011011000101000010 | e981afefbdb6e89cb7efbdaee8ac87efbdb142 |
UHC | 遯?????B | 1101010011101110001111110011111100111111001111110011111101000010 | d4ee3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)