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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 巡?世G | 100011111000010000111111100100001010001001000111 | 8f843f90a247 |
EUC-JP | 巡?世G | 101111011110010000111111110000001010010001000111 | bde43fc0a447 |
UTF-8 | 巡섑世G | 11100101101101111010000111101100100001001001000111100100101110001001011001000111 | e5b7a1ec8491e4b89647 |
UHC | 巡섑世G | 11100010110111101001100011101101111000011010011001000111 | e2de98ede1a647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)