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 | 瘢}瘢{^ | 11100001100011010111110111100001100011010111101101011110 | e18d7de18d7b5e |
EUC-JP | 瘢}瘢{^ | 11100001111011010111110111100001111011010111101101011110 | e1ed7de1ed7b5e |
UTF-8 | 瘢}瘢{^ | 111001111001100010100010011111011110011110011000101000100111101101011110 | e798a27de798a27b5e |
UHC | 瘢}瘢{^ | 11011010111011100111110111011010111011100111101101011110 | daee7ddaee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)