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 | 繧ァ辜玖墳 | 111000111000001010100111111001111000001110001011111010001001010110101101 | e382a7e7838be895ad |
EUC-JP | 繧ァ辜玖墳 | 11100101111000101000111010100111111011011110001110110110111010101100101010101111 | e5e28ea7ede3b6eacaaf |
UTF-8 | 繧ァ辜玖墳 | 111001111011100110100111111011111011110110100111111010001011111010011100111001111000111010010110111001011010001010110011 | e7b9a7efbda7e8be9ce78e96e5a2b3 |
UHC | ??辜玖墳 | 0011111100111111110011011101000011001111101110001101110111000101 | 3f3fcdd0cfb8ddc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)