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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 陽驅痞Z陽 | 100101110111101011101001011110111110000101111100010110101001011101111010 | 977ae97be17c5a977a |
EUC-JP | 陽驅痞Z陽 | 110011011101101111110001110111001110000111011101010110101100110111011011 | cddbf1dce1dd5acddb |
UTF-8 | 陽驅痞Z陽 | 11101001100110011011110111101001101010011000010111100111100101111001111001011010111010011001100110111101 | e999bde9a985e7979e5ae999bd |
UHC | 陽驅?Z陽 | 1110010111010101110011111100110000111111010110101110010111010101 | e5d5cfcc3f5ae5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)