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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツシテ池B | 110000101011110011000011100100100111001001000010 | c2bcc3927242 |
EUC-JP | ツシテ池B | 100011101100001010001110101111001000111011000011110000111101001101000010 | 8ec28ebc8ec3c3d342 |
UTF-8 | ツシテ池B | 11101111101111101000001011101111101111011011110011101111101111101000001111100110101100011010000001000010 | efbe82efbdbcefbe83e6b1a042 |
UHC | ???池B | 001111110011111100111111111100101010111001000010 | 3f3f3ff2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)