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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 遶ー邉懈B | 11100111101010111011000011100111101100111001110011100110111100001010011101000010 | e7abb0e7b39ce6f0a742 |
EUC-JP | 遶ー邉懈?B | 11101110101011011000111010110000111011101011010111011000111010000011111101000010 | eead8eb0eeb5d8e83f42 |
UTF-8 | 遶ー邉懈B | 11101001100000011011011011101111101111011011000011101001100000101000100111100110100001111000100011101110100000011010011001000010 | e981b6efbdb0e98289e68788ee81a642 |
UHC | ???懈?B | 00111111001111110011111111111010101010110011111101000010 | 3f3f3ffaab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)