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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯ョ荵昴℃ | 111001111011011010101110111001001011100110011101111000111000000110001110 | e7b6aee4b99de3818e |
EUC-JP | 邯ョ荵昴℃ | 11101110101110001000111010101110111010001011101111011010111001011010000111101110 | eeb88eaee8bbdae5a1ee |
UTF-8 | 邯ョ荵昴℃ | 111010011000001010101111111011111011110110101110111010001000110110110101111001101001100010110100111000101000010010000011 | e982afefbdaee88db5e698b4e28483 |
UHC | 邯??昴℃ | 1100101011111011001111110011111111011001110110111010000111001001 | cafb3f3fd9dba1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)