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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ケー汐瀨 | 11110010101111011011100110110000111100001010000110001110101011001111101101010000 | f2bdb9b0f0a18eacfb50 |
EUC-JP | ?ケー?汐? | 001111111000111010111001100011101011000000111111101111001010111000111111 | 3f8eb98eb03fbcae3f |
UTF-8 | ケー汐瀨 | 111011101000011110110100111011111011110110111001111011111011110110110000111011101000000110100000111001101011000110010000111001111000000010101000 | ee87b4efbdb9efbdb0ee81a0e6b190e780a8 |
UHC | ????汐瀨 | 0011111100111111001111110011111111100000101100011101011011101110 | 3f3f3f3fe0b1d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)