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 | 暲?證? | 111110101101110000111111111001101001101000111111 | fadc3fe69a3f |
EUC-JP | 暲?證? | 10001111110000101101101100111111111010111111101000111111 | 8fc2db3febfa3f |
UTF-8 | 暲렱證렖 | 111001101001101010110010111010111010000010110001111010001010110110001001111010111010000010010110 | e69ab2eba0b1e8ad89eba096 |
UHC | 暲렱證렖 | 1110110111100111100011101011111011110001111110111000111010101011 | ede78ebef1fb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)