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 | 探存巽 | 100100100101010010010001101101101001001001000110 | 925491b69246 |
EUC-JP | 探存巽 | 110000111011010111000010101110001100001110100111 | c3b5c2b8c3a7 |
UTF-8 | 探存巽 | 111001101000111010100010111001011010110110011000111001011011011110111101 | e68ea2e5ad98e5b7bd |
UHC | 探存巽 | 111101111010111011110000111011011110000111011110 | f7aef0ede1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)