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 | 纖拷Μ | 111000111001100110001101100010011000001110101010 | e3998d8983aa |
EUC-JP | 纖拷Μ | 111001011111100110111001111010011010011010101100 | e5f9b9e9a6ac |
UTF-8 | 纖拷Μ | 1110011110111010100101101110011010001011101101111100111010011100 | e7ba96e68bb7ce9c |
UHC | 纖拷Μ | 111000001110100111001101101110001010010111001100 | e0e9cdb8a5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)