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 | 瀨ワ邱 | 1111101101010000110111001110011110110111 | fb50dce7b7 |
EUC-JP | ?ワ邱 | 0011111110001110110111001110111010111001 | 3f8edceeb9 |
UTF-8 | 瀨ワ邱 | 111001111000000010101000111011111011111010011100111010011000001010110001 | e780a8efbe9ce982b1 |
UHC | 瀨?邱 | 1101011011101110001111111100111111001000 | d6ee3fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)