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 | 譽壽ュ手エ | 1110011010100011100110101110011010101101100011101110100010110100 | e6a39ae6ad8ee8b4 |
EUC-JP | 譽壽ュ手エ | 11101100101001011101010011101000100011101010110110111100111010101000111010110100 | eca5d4e88eadbcea8eb4 |
UTF-8 | 譽壽ュ手エ | 111010001010110110111101111001011010001110111101111011111011110110101101111001101000100110001011111011111011110110110100 | e8adbde5a3bdefbdade6898befbdb4 |
UHC | 譽壽?手? | 1110011111100010111000011111100000111111111000101010001000111111 | e7e2e1f83fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)