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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沚遯泛 | 100111111000110111100111101010101001111110100000 | 9f8de7aa9fa0 |
EUC-JP | 沚遯泛 | 110111011110110111101110101011001101111010100010 | ddedeeacdea2 |
UTF-8 | 沚遯泛 | 111001101011001010011010111010011000000110101111111001101011001110011011 | e6b29ae981afe6b39b |
UHC | 沚遯泛 | 111100101010111111010100111011101101101111110010 | f2afd4eedbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)