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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?羈??? | 001111111110001110110001001111110011111100111111 | 3fe3b13f3f3f |
EUC-JP | ?羈??? | 001111111110011010110011001111110011111100111111 | 3fe6b33f3f3f |
UTF-8 | 렺羈렻렍렺 | 111010111010000010111010111001111011111010001000111010111010000010111011111010111010000010001101111010111010000010111010 | eba0bae7be88eba0bbeba08deba0ba |
UHC | 렺羈렻렍렺 | 10001110110000101101000110111100100011101100001110001110101000111000111011000010 | 8ec2d1bc8ec38ea38ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)