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 | îé¬Þîé | 111011101110100110101100110111101110111011101001 | eee9acdeeee9 |
SJIS-WIN | ??¬??? | 00111111001111111000000111001010001111110011111100111111 | 3f3f81ca3f3f3f |
EUC-JP | îé¬Þîé | 1000111110101011110000101000111110101011101100011010001011001100100011111010100110110000100011111010101111000010100011111010101110110001 | 8fabc28fabb1a2cc8fa9b08fabc28fabb1 |
UTF-8 | îé¬Þîé | 110000111010111011000011101010011100001010101100110000111001111011000011101011101100001110101001 | c3aec3a9c2acc39ec3aec3a9 |
UHC | ???Þ?? | 00111111001111110011111110101000101011010011111100111111 | 3f3f3fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)