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 | 奷^ | 11100101101001011000110110001011100001001011011101011110 | e5a58d8b84b75e |
SJIS-WIN | ?¥????^ | 0011111110000001100011110011111100111111001111110011111101011110 | 3f818f3f3f3f3f5e |
EUC-JP | å?????^ | 100011111010101110101001001111110011111100111111001111110011111101011110 | 8faba93f3f3f3f3f5e |
UTF-8 | 奷^ | 11000011101001011100001010100101110000101000110111000010100010111100001010000100110000101011011101011110 | c3a5c2a5c28dc28bc284c2b75e |
UHC | ?????·^ | 0011111100111111001111110011111100111111101000011010010001011110 | 3f3f3f3f3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)