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 | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-WIN | 短B賊奪束 | 100100100101101001000010100100011010111110010010010001001001000110101001 | 925a4291af924491a9 |
EUC-JP | 短B賊奪束 | 110000111011101101000010110000101011000111000011101001011100001010101011 | c3bb42c2b1c3a5c2ab |
UTF-8 | 短B賊奪束 | 11100111100111111010110101000010111010001011001110001010111001011010010110101010111001101001110110011111 | e79fad42e8b38ae5a5aae69d9f |
UHC | 短B賊奪束 | 110100111010110101000010111011101110010011110111101011001110000111010110 | d3ad42eee4f7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)