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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逹ィ逹ィB | 11100111100111011010100011100111100111011010100001000010 | e79da8e79da842 |
EUC-JP | 逹ィ逹ィB | 111011011111110110001110101010001110110111111101100011101010100001000010 | edfd8ea8edfd8ea842 |
UTF-8 | 逹ィ逹ィB | 11101001100000001011100111101111101111011010100011101001100000001011100111101111101111011010100001000010 | e980b9efbda8e980b9efbda842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)