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 | ¾¬Î | 1011111010101100100011101100111010001111 | beac8ece8f |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | ?¬?Î? | 0011111110100010110011000011111110001111101010101100001000111111 | 3fa2cc3f8faac23f |
UTF-8 | ¾¬Î | 11000010101111101100001010101100110000101000111011000011100011101100001010001111 | c2bec2acc28ec38ec28f |
UHC | ¾???? | 101010001111101000111111001111110011111100111111 | a8fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)