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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 皓??? | 1110000110101001001111110011111100111111 | e1a93f3f3f |
EUC-JP | 皓??? | 1110001010101011001111110011111100111111 | e2ab3f3f3f |
UTF-8 | 皓띄렍렖 | 111001111001101010010011111010111001110110000100111010111010000010001101111010111010000010010110 | e79a93eb9d84eba08deba096 |
UHC | 皓띄렍렖 | 1111101111010011101101101110011110001110101000111000111010101011 | fbd3b6e78ea38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)