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 | ëá¯Îº | 1110101111100001100011101010111110001110110011101000111010111010 | ebe18eaf8ece8eba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëá?¯?Î?º | 100011111010101110110011100011111010101110100001001111111000111110100010101101000011111110001111101010101100001000111111100011111010001011101011 | 8fabb38faba13f8fa2b43f8faac23f8fa2eb |
UTF-8 | ëá¯Îº | 11000011101010111100001110100001110000101000111011000010101011111100001010001110110000111000111011000010100011101100001010111010 | c3abc3a1c28ec2afc28ec38ec28ec2ba |
UHC | ???????º | 001111110011111100111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)