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 | ò¯¯Î¹ | 1111001010101111100011101010111110001110110011101000111010111001 | f2af8eaf8ece8eb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ò¯?¯?Î?? | 10001111101010111101001010001111101000101011010000111111100011111010001010110100001111111000111110101010110000100011111100111111 | 8fabd28fa2b43f8fa2b43f8faac23f3f |
UTF-8 | ò¯¯Î¹ | 11000011101100101100001010101111110000101000111011000010101011111100001010001110110000111000111011000010100011101100001010111001 | c3b2c2afc28ec2afc28ec38ec28ec2b9 |
UHC | ???????¹ | 001111110011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)