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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 苡拷Μ | 111001001000111110001101100010011000001110101010 | e48f8d8983aa |
EUC-JP | 苡拷Μ | 111001111110111110111001111010011010011010101100 | e7efb9e9a6ac |
UTF-8 | 苡拷Μ | 1110100010001011101000011110011010001011101101111100111010011100 | e88ba1e68bb7ce9c |
UHC | 苡拷Μ | 111011001011111011001101101110001010010111001100 | ecbecdb8a5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)