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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膊輛膊輛 | 1110010001001101111001110111000011100100010011011110011101110000 | e44de770e44de770 |
EUC-JP | 膊輛膊輛 | 1110011110101110111011011101000111100111101011101110110111010001 | e7aeedd1e7aeedd1 |
UTF-8 | 膊輛膊輛 | 111010001000011010001010111010001011110010011011111010001000011010001010111010001011110010011011 | e8868ae8bc9be8868ae8bc9b |
UHC | 膊輛膊輛 | 1101101011011011110101011110000011011010110110111101010111100000 | dadbd5e0dadbd5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)