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 | ?溪???? | 00111111100111111110001000111111001111110011111100111111 | 3f9fe23f3f3f3f |
EUC-JP | ?溪???? | 00111111110111101110010000111111001111110011111100111111 | 3fdee43f3f3f3f |
UTF-8 | 렺溪렻렍렺렦 | 111010111010000010111010111001101011101010101010111010111010000010111011111010111010000010001101111010111010000010111010111010111010000010100110 | eba0bae6baaaeba0bbeba08deba0baeba0a6 |
UHC | 렺溪렻렍렺렦 | 100011101100001011001101101000101000111011000011100011101010001110001110110000101000111010110101 | 8ec2cda28ec38ea38ec28eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)