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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 上胄^ | 10001111111000111111001010001111111000111111001001011110 | 8fe3f28fe3f25e |
EUC-JP | 上?胄^ | 101111101110010100111111111001101111010001011110 | bee53fe6f45e |
UTF-8 | 上胄^ | 11100100101110001000101011101110100001111000011011101000100000111000010001011110 | e4b88aee8786e883845e |
UHC | 上?胄^ | 110111111011111000111111111100011011000001011110 | dfbe3ff1b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)