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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐梦。罷。 | 1110011010110010100110101110101110100001100101001110101110100001 | e6b29aeba194eba1 |
EUC-JP | 豐梦。罷。 | 11101100101101001101010011101101100011101010000111001000111011011000111010100001 | ecb4d4ed8ea1c8ed8ea1 |
UTF-8 | 豐梦。罷。 | 111010001011000110010000111001101010001010100110111011111011110110100001111001111011110110110111111011111011110110100001 | e8b190e6a2a6efbda1e7bdb7efbda1 |
UHC | ???罷? | 001111110011111100111111111101111111001100111111 | 3f3f3ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)