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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 由х? | 1001011101010010100001001000011100111111 | 975284873f |
EUC-JP | 由х? | 1100110110110011101001111110011100111111 | cdb3a7e73f |
UTF-8 | 由х교 | 1110011110010100101100011101000110000101111010101011010110010000 | e794b1d185eab590 |
UHC | 由х교 | 111010111010011010101100111001111011000110110011 | eba6ace7b1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)