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 | 轢玖セ | 1110011110000000100010111110100010111110 | e7808be8be |
EUC-JP | 轢玖セ | 111011011110000010110110111010101000111010111110 | ede0b6ea8ebe |
UTF-8 | 轢玖セ | 111010001011110110100010111001111000111010010110111011111011110110111110 | e8bda2e78e96efbdbe |
UHC | 轢玖? | 1101010111111001110011111011100000111111 | d5f9cfb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)