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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 題?蔚?蔭? | 100100011110100000111111100010010101010100111111100010001111110000111111 | 91e83f89553f88fc3f |
EUC-JP | 題?蔚?蔭? | 110000101110101000111111101100011011011000111111101100001111111000111111 | c2ea3fb1b63fb0fe3f |
UTF-8 | 題렍蔚렯蔭렠 | 111010011010000110001100111010111010000010001101111010001001010010011010111010111010000010101111111010001001010010101101111010111010000010100000 | e9a18ceba08de8949aeba0afe894adeba0a0 |
UHC | 題렍蔚렯蔭렠 | 111100001011100110001110101000111110101010100101100011101011110011101011111000111000111010110001 | f0b98ea3eaa58ebcebe38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)