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揃奪束 | 100100100101101001000010100100011011010110010010010001001001000110101001 | 925a4291b5924491a9 |
EUC-JP | 短B揃奪束 | 110000111011101101000010110000101011011111000011101001011100001010101011 | c3bb42c2b7c3a5c2ab |
UTF-8 | 短B揃奪束 | 11100111100111111010110101000010111001101000111110000011111001011010010110101010111001101001110110011111 | e79fad42e68f83e5a5aae69d9f |
UHC | 短B?奪束 | 1101001110101101010000100011111111110111101011001110000111010110 | d3ad423ff7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)