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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巡?蘊B | 100011111000010000111111111001010101110101000010 | 8f843fe55d42 |
EUC-JP | 巡?蘊B | 101111011110010000111111111010011011111001000010 | bde43fe9be42 |
UTF-8 | 巡섑蘊B | 11100101101101111010000111101100100001001001000111101000100110001000101001000010 | e5b7a1ec8491e8988a42 |
UHC | 巡섑蘊B | 11100010110111101001100011101101111010001011001101000010 | e2de98ede8b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)