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 | 蹊手潤 | 111001101111110010001110111010001000111110000001 | e6fc8ee88f81 |
EUC-JP | 蹊手潤 | 111011001111111010111100111010101011110111100001 | ecfebceabde1 |
UTF-8 | 蹊手潤 | 111010001011100110001010111001101000100110001011111001101011110110100100 | e8b98ae6898be6bda4 |
UHC | 蹊手潤 | 111110111011011111100010101000101110101111001000 | fbb7e2a2ebc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)