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 | 莨奇・ | 1110010010111100100010101110111110100101 | e4bc8aefa5 |
EUC-JP | 莨奇・ | 111010001011111010110100111100011000111010100101 | e8beb4f18ea5 |
UTF-8 | 莨奇・ | 111010001000111010101000111001011010010110000111111011111011110110100101 | e88ea8e5a587efbda5 |
UHC | ?奇? | 00111111110100001111010000111111 | 3fd0f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)