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 | 迸駒清 | 111001111001111010001011111011101001000010110100 | e79e8bee90b4 |
EUC-JP | 迸駒清 | 111011011111111010110110111100001100000010110110 | edfeb6f0c0b6 |
UTF-8 | 迸駒清 | 111010001011111110111000111010011010011110010010111001101011100010000101 | e8bfb8e9a792e6b885 |
UHC | ?駒? | 00111111110011111100101100111111 | 3fcfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)