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 | 鮑梦コ晤ヲ賛 | 11101001101110001001101011101011101110101001110111101011101001101000111001011110 | e9b89aebba9deba68e5e |
EUC-JP | 鮑梦コ晤ヲ賛 | 111100101011101011010100111011011000111010111010110110101110110110001110101001101011101110111111 | f2bad4ed8ebadaed8ea6bbbf |
UTF-8 | 鮑梦コ晤ヲ賛 | 111010011010111010010001111001101010001010100110111011111011110110111010111001101001100110100100111011111011110110100110111010001011001110011011 | e9ae91e6a2a6efbdbae699a4efbda6e8b39b |
UHC | 鮑??晤?? | 1111100011101010001111110011111111100111111110110011111100111111 | f8ea3f3fe7fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)