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 | 11101000100101101011000011100110100101011011010101000010 | e896b0e695b542 |
EUC-JP | 阮ー謨オB | 111011111111011010001110101100001110101111110101100011101011010101000010 | eff68eb0ebf58eb542 |
UTF-8 | 阮ー謨オB | 11101001100110001010111011101111101111011011000011101000101011001010100011101111101111011011010101000010 | e998aeefbdb0e8aca8efbdb542 |
UHC | 阮?謨?B | 11101000110101100011111111011001110010000011111101000010 | e8d63fd9c83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)