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 | 裴丞讐 | 111001011110100010001111111001011000111101010001 | e5e88fe58f51 |
EUC-JP | 裴丞讐 | 111010101110101010111110111001111011110110110010 | eaeabee7bdb2 |
UTF-8 | 裴丞讐 | 111010001010001110110100111001001011100010011110111010001010111010010000 | e8a3b4e4b89ee8ae90 |
UHC | 裴丞讐 | 110110111101000011100011101010101110001011000010 | dbd0e3aae2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)