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 | 但淡則 | 100100100100000110010010010101111001000110100101 | 9241925791a5 |
EUC-JP | 但淡則 | 110000111010001011000011101110001100001010100111 | c3a2c3b8c2a7 |
UTF-8 | 但淡則 | 111001001011110110000110111001101011011110100001111001011000100110000111 | e4bd86e6b7a1e58987 |
UHC | 但淡則 | 110100111010001111010011101111111111011011001110 | d3a3d3bff6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)