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 | 莢ф巷 | 111001001011000010000100100001101000110101001010 | e4b084868d4a |
EUC-JP | 莢ф巷 | 111010001011001010100111111001101011100110101011 | e8b2a7e6b9ab |
UTF-8 | 莢ф巷 | 1110100010001110101000101101000110000100111001011011011110110111 | e88ea2d184e5b7b7 |
UHC | 莢ф巷 | 111110101111100010101100111001101111100111110101 | faf8ace6f9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)