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 | 奪t^ | 1110010110100101101010100111010001011110 | e5a5aa745e |
SJIS-WIN | ?¥?t^ | 001111111000000110001111001111110111010001011110 | 3f818f3f745e |
EUC-JP | å?ªt^ | 100011111010101110101001001111111000111110100010111011000111010001011110 | 8faba93f8fa2ec745e |
UTF-8 | 奪t^ | 1100001110100101110000101010010111000010101010100111010001011110 | c3a5c2a5c2aa745e |
UHC | ??ªt^ | 001111110011111110101000101000110111010001011110 | 3f3fa8a3745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)