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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 巡?世h | 100011111000010000111111100100001010001001101000 | 8f843f90a268 |
EUC-JP | 巡?世h | 101111011110010000111111110000001010010001101000 | bde43fc0a468 |
UTF-8 | 巡섑世h | 11100101101101111010000111101100100001001001000111100100101110001001011001101000 | e5b7a1ec8491e4b89668 |
UHC | 巡섑世h | 11100010110111101001100011101101111000011010011001101000 | e2de98ede1a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)