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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ハ蛩ハ蛔^ | 11001010111001010111110111001010111001010111101101011110 | cae57dcae57b5e |
EUC-JP | ハ蛩ハ蛔^ | 100011101100101011101001110111101000111011001010111010011101110001011110 | 8ecae9de8ecae9dc5e |
UTF-8 | ハ蛩ハ蛔^ | 11101111101111101000101011101000100110111010100111101111101111101000101011101000100110111001010001011110 | efbe8ae89ba9efbe8ae89b945e |
UHC | ???蛔^ | 001111110011111100111111111111001110111001011110 | 3f3f3ffcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)