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 | 由μ? | 1001011101010010100000111100101000111111 | 975283ca3f |
EUC-JP | 由μ? | 1100110110110011101001101100110000111111 | cdb3a6cc3f |
UTF-8 | 由μ엻 | 1110011110010100101100011100111010111100111011001001011110111011 | e794b1cebcec97bb |
UHC | 由μ엻 | 111010111010011010100101111011001001111010001101 | eba6a5ec9e8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)