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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 祭??] | 1000110111010101001111110011111101011101 | 8dd53f3f5d |
EUC-JP | 祭泮?] | 10111010110101111000111111000111101010000011111101011101 | bad78fc7a83f5d |
UTF-8 | 祭泮행] | 11100111101001011010110111100110101100111010111011101101100101101000100101011101 | e7a5ade6b3aeed96895d |
UHC | 祭泮행] | 11110000101011101101101011101010110001111110000001011101 | f0aedaeac7e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)