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 | マ蛩マ蛔^ | 11001111111001010111110111001111111001010111101101011110 | cfe57dcfe57b5e |
EUC-JP | マ蛩マ蛔^ | 100011101100111111101001110111101000111011001111111010011101110001011110 | 8ecfe9de8ecfe9dc5e |
UTF-8 | マ蛩マ蛔^ | 11101111101111101000111111101000100110111010100111101111101111101000111111101000100110111001010001011110 | efbe8fe89ba9efbe8fe89b945e |
UHC | ???蛔^ | 001111110011111100111111111111001110111001011110 | 3f3f3ffcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)