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 | ¸¹¼ | 100011101011100010001110101110011000111010111100 | 8eb88eb98ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¸???? | 0011111110001111101000101011000100111111001111110011111100111111 | 3f8fa2b13f3f3f3f |
UTF-8 | ¸¹¼ | 110000101000111011000010101110001100001010001110110000101011100111000010100011101100001010111100 | c28ec2b8c28ec2b9c28ec2bc |
UHC | ?¸?¹?¼ | 001111111010001010101100001111111010100111110110001111111010100011111001 | 3fa2ac3fa9f63fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)