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 | ケー汐峵 | 11110010101111011011100110110000111100001010000110001110101011001111101010101110 | f2bdb9b0f0a18eacfaae |
EUC-JP | ?ケー?汐? | 001111111000111010111001100011101011000000111111101111001010111000111111 | 3f8eb98eb03fbcae3f |
UTF-8 | ケー汐峵 | 111011101000011110110100111011111011110110111001111011111011110110110000111011101000000110100000111001101011000110010000111001011011001110110101 | ee87b4efbdb9efbdb0ee81a0e6b190e5b3b5 |
UHC | ????汐? | 00111111001111110011111100111111111000001011000100111111 | 3f3f3f3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)