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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢悟О鐔 | 1110011110000000100011001110010110000100010011111110100001011100 | e7808ce5844fe85c |
EUC-JP | 轢悟О鐔 | 1110110111100000101110001110011110100111101100001110111110111101 | ede0b8e7a7b0efbd |
UTF-8 | 轢悟О鐔 | 1110100010111101101000101110011010000010100111111101000010011110111010011001000010010100 | e8bda2e6829fd09ee99094 |
UHC | 轢悟О? | 11010101111110011110011111110110101011001011000000111111 | d5f9e7f6acb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)