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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ト・捷ソ | 1100010010100101100011111011011110111111 | c4a58fb7bf |
EUC-JP | ト・捷ソ | 1000111011000100100011101010010110111110101110011000111010111111 | 8ec48ea5beb98ebf |
UTF-8 | ト・捷ソ | 111011111011111010000100111011111011110110100101111001101000110110110111111011111011110110111111 | efbe84efbda5e68db7efbdbf |
UHC | ??捷? | 0011111100111111111101001101111100111111 | 3f3ff4df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)