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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠎顔扮 | 111001011011101010001010111001111001010110101111 | e5ba8ae795af |
EUC-JP | 蠎顔扮 | 111010101011110010110100111010011100101010110001 | eabcb4e9cab1 |
UTF-8 | 蠎顔扮 | 111010001010000010001110111010011010000110010100111001101000100110101110 | e8a08ee9a194e689ae |
UHC | ?顔扮 | 0011111111100100110101001101110111001010 | 3fe4d4ddca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)