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 | 循恂衙 | 100011110111101010011100100101101110010111001001 | 8f7a9c96e5c9 |
EUC-JP | 循恂衙 | 101111011101101111010111111101101110101011001011 | bddbd7f6eacb |
UTF-8 | 循恂衙 | 111001011011111010101010111001101000000110000010111010001010000110011001 | e5beaae68182e8a199 |
UHC | 循恂衙 | 111000101110000011100010111000011110010010110111 | e2e0e2e1e4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)