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 | 100011111000010000111111111001010101110101000111 | 8f843fe55d47 |
EUC-JP | 巡?蘊G | 101111011110010000111111111010011011111001000111 | bde43fe9be47 |
UTF-8 | 巡섑蘊G | 11100101101101111010000111101100100001001001000111101000100110001000101001000111 | e5b7a1ec8491e8988a47 |
UHC | 巡섑蘊G | 11100010110111101001100011101101111010001011001101000111 | e2de98ede8b347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)