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 | ?杞? | 00111111100111100101100000111111 | 3f9e583f |
EUC-JP | ?杞? | 00111111110110111011100100111111 | 3fdbb93f |
UTF-8 | 렺杞렺 | 111010111010000010111010111001101001110110011110111010111010000010111010 | eba0bae69d9eeba0ba |
UHC | 렺杞렺 | 100011101100001011010001101000111000111011000010 | 8ec2d1a38ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)