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 | 蝪駆桴繧コ | 111001011010000110001011111011001001111010001111111000111000001010111010 | e5a18bec9e8fe382ba |
EUC-JP | 蝪駆桴繧コ | 11101010101000111011011011101110110110111110111111100101111000101000111010111010 | eaa3b6eedbefe5e28eba |
UTF-8 | 蝪駆桴繧コ | 111010001001110110101010111010011010011110000110111001101010000110110100111001111011100110100111111011111011110110111010 | e89daae9a786e6a1b4e7b9a7efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)