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 | ¹¯Þŵ | 1000111110111001101011111000111011011110100011111100010110110101 | 8fb9af8ede8fc5b5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??¯?Þ?Å? | 0011111100111111100011111010001010110100001111111000111110101001101100000011111110001111101010101010100100111111 | 3f3f8fa2b43f8fa9b03f8faaa93f |
UTF-8 | ¹¯Þŵ | 11000010100011111100001010111001110000101010111111000010100011101100001110011110110000101000111111000011100001011100001010110101 | c28fc2b9c2afc28ec39ec28fc385c2b5 |
UHC | ?¹??Þ??? | 00111111101010011111011000111111001111111010100010101101001111110011111100111111 | 3fa9f63f3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)