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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 巡?世E | 100011111000010000111111100100001010001001000101 | 8f843f90a245 |
EUC-JP | 巡?世E | 101111011110010000111111110000001010010001000101 | bde43fc0a445 |
UTF-8 | 巡섑世E | 11100101101101111010000111101100100001001001000111100100101110001001011001000101 | e5b7a1ec8491e4b89645 |
UHC | 巡섑世E | 11100010110111101001100011101101111000011010011001000101 | e2de98ede1a645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)