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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 驍オ驥。A | 11101001100000101011010111101001100001111010000101000001 | e982b5e987a141 |
EUC-JP | 驍オ驥。A | 111100011110001010001110101101011111000111100111100011101010000101000001 | f1e28eb5f1e78ea141 |
UTF-8 | 驍オ驥。A | 11101001101010011000110111101111101111011011010111101001101010011010010111101111101111011010000101000001 | e9a98defbdb5e9a9a5efbda141 |
UHC | 驍?驥?A | 11111101101001000011111111010001110010100011111101000001 | fda43fd1ca3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)