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 | ëù¤¸ü | 11101011111110011000111010100100100011111011100011111100 | ebf98ea48fb8fc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ëù?¤?¸ü | 1000111110101011101100111000111110101011111000110011111110001111101000101111000000111111100011111010001010110001100011111010101111100100 | 8fabb38fabe33f8fa2f03f8fa2b18fabe4 |
UTF-8 | ëù¤¸ü | 1100001110101011110000111011100111000010100011101100001010100100110000101000111111000010101110001100001110111100 | c3abc3b9c28ec2a4c28fc2b8c3bc |
UHC | ???¤?¸? | 001111110011111100111111101000101011010000111111101000101010110000111111 | 3f3f3fa2b43fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)