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 | 池兢榧 | 100100100111001010011001010111011001111011010000 | 9272995d9ed0 |
EUC-JP | 池兢榧 | 110000111101001111010001101111101101110011010010 | c3d3d1bedcd2 |
UTF-8 | 池兢榧 | 111001101011000110100000111001011000010110100010111001101010011010100111 | e6b1a0e585a2e6a6a7 |
UHC | 池兢榧 | 111100101010111011010000111001111101110111101110 | f2aed0e7ddee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)