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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 甬盖燹\ | 11100001010101001110000110110011111000001001111101011100 | e154e1b3e09f5c |
EUC-JP | 甬盖燹\ | 11100001101101011110001010110101111000001010000101011100 | e1b5e2b5e0a15c |
UTF-8 | 甬盖燹\ | 11100111100101001010110011100111100110111001011011100111100001111011100101011100 | e794ace79b96e787b95c |
UHC | 甬盖?\ | 111010011100010111001011110011000011111101011100 | e9c5cbcc3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)