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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 般}般{^ | 10010100110010100111110110010100110010100111101101011110 | 94ca7d94ca7b5e |
EUC-JP | 般}般{^ | 11001000110011000111110111001000110011000111101101011110 | c8cc7dc8cc7b5e |
UTF-8 | 般}般{^ | 111010001000100010101100011111011110100010001000101011000111101101011110 | e888ac7de888ac7b5e |
UHC | 般}般{^ | 11011010111101010111110111011010111101010111101101011110 | daf57ddaf57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)