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 | 汐炫セ | 11110000111001101000111010101100111110110101001010111110 | f0e68eacfb52be |
EUC-JP | ?汐炫セ | 0011111110111100101011101000111111001001110100111000111010111110 | 3fbcae8fc9d38ebe |
UTF-8 | 汐炫セ | 111011101000001010100101111001101011000110010000111001111000001010101011111011111011110110111110 | ee82a5e6b190e782abefbdbe |
UHC | ?汐炫? | 001111111110000010110001111110101101101100111111 | 3fe0b1fadb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)