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 | 殿?逵 | 1001001101100001001111111110011110011100 | 93613fe79c |
EUC-JP | 殿?逵 | 1100010111000010001111111110110111111100 | c5c23fedfc |
UTF-8 | 殿고逵 | 111001101010111010111111111010101011001110100000111010011000000010110101 | e6aebfeab3a0e980b5 |
UHC | 殿고逵 | 111011101111110010110000111011011101000010110000 | eefcb0edd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)