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 | ¾ÉÈå¡ | 10111110110010011000111111001000111001011000111010100001 | bec98fc8e58ea1 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?É?Èå?¡ | 001111111000111110101010101100010011111110001111101010101011001010001111101010111010100100111111100011111010001011000010 | 3f8faab13f8faab28faba93f8fa2c2 |
UTF-8 | ¾ÉÈå¡ | 1100001010111110110000111000100111000010100011111100001110001000110000111010010111000010100011101100001010100001 | c2bec389c28fc388c3a5c28ec2a1 |
UHC | ¾?????¡ | 101010001111101000111111001111110011111100111111001111111010001010101110 | a8fa3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)