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 | èú¼¼ | 111010001111101010001110101111001000111010111100 | e8fa8ebc8ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èú???? | 10001111101010111011001010001111101010111110001000111111001111110011111100111111 | 8fabb28fabe23f3f3f3f |
UTF-8 | èú¼¼ | 110000111010100011000011101110101100001010001110110000101011110011000010100011101100001010111100 | c3a8c3bac28ec2bcc28ec2bc |
UHC | ???¼?¼ | 0011111100111111001111111010100011111001001111111010100011111001 | 3f3f3fa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)