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 | 釋?鰲 | 1110011111010111001111111110100111100000 | e7d73fe9e0 |
EUC-JP | 釋璲鰲 | 11101110110110011000111111001100111001011111001011100010 | eed98fcce5f2e2 |
UTF-8 | 釋璲鰲 | 111010011000011110001011111001111001001010110010111010011011000010110010 | e9878be792b2e9b0b2 |
UHC | 釋璲鰲 | 111000001011011111100010101100001110100010100111 | e0b7e2b0e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)