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 | ìä°¹¯ | 1110110011100100100011101011000010001111101110011010111110001110 | ece48eb08fb9af8e |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | ìä?°??¯? | 100011111010101111000000100011111010101110100011001111111010000111101011001111110011111110001111101000101011010000111111 | 8fabc08faba33fa1eb3f3f8fa2b43f |
UTF-8 | ìä°¹¯ | 11000011101011001100001110100100110000101000111011000010101100001100001010001111110000101011100111000010101011111100001010001110 | c3acc3a4c28ec2b0c28fc2b9c2afc28e |
UHC | ???°?¹?? | 00111111001111110011111110100001110001100011111110101001111101100011111100111111 | 3f3f3fa1c63fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)