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 | 陟戊ご謔 | 1110100010100000100101011110100010000010101100101110011010000010 | e8a095e882b2e682 |
EUC-JP | 陟戊ご謔 | 1111000010100010110010101110101010100100101101001110101111100010 | f0a2caeaa4b4ebe2 |
UTF-8 | 陟戊ご謔 | 111010011001100110011111111001101000100010001010111000111000000110010100111010001010110010010100 | e9999fe6888ae38194e8ac94 |
UHC | 陟戊ご謔 | 1111010010110011110110011110011010101010101101001111100111001100 | f4b3d9e6aab4f9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)