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 | éÎ»í« | 1110100110010111100001111100111010111011111011011000000010101011 | e99787cebbed80ab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??Î?í?? | 1000111110101011101100010011111100111111100011111010101011000010001111111000111110101011101111110011111100111111 | 8fabb13f3f8faac23f8fabbf3f3f |
UTF-8 | éÎ»í« | 11000011101010011100001010010111110000101000011111000011100011101100001010111011110000111010110111000010100000001100001010101011 | c3a9c297c287c38ec2bbc3adc280c2ab |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)