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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篌シモ粭^ | 11100010101110101011110011010011111000101110010001011110 | e2babcd3e2e45e |
EUC-JP | 篌シモ粭^ | 111001001011110010001110101111001000111011010011111001001110011001011110 | e4bc8ebc8ed3e4e65e |
UTF-8 | 篌シモ粭^ | 11100111101011111000110011101111101111011011110011101111101111101001001111100111101100101010110101011110 | e7af8cefbdbcefbe93e7b2ad5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)