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 | 訷扇瓦 | 111110111010010010010000111011101000101010100010 | fba490ee8aa2 |
EUC-JP | 訷扇瓦 | 10001111110111011101010011000000111100001011010010100100 | 8fddd4c0f0b4a4 |
UTF-8 | 訷扇瓦 | 111010001010100010110111111001101000100110000111111001111001001110100110 | e8a8b7e68987e793a6 |
UHC | ?扇瓦 | 0011111111100000101111111110100010111111 | 3fe0bfe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)