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則巽贈 | 100100100101101001000010100100011010010110010010010001101001000110100001 | 925a4291a5924691a1 |
EUC-JP | 短B則巽贈 | 110000111011101101000010110000101010011111000011101001111100001010100011 | c3bb42c2a7c3a7c2a3 |
UTF-8 | 短B則巽贈 | 11100111100111111010110101000010111001011000100110000111111001011011011110111101111010001011010010001000 | e79fad42e58987e5b7bde8b488 |
UHC | 短B則巽贈 | 110100111010110101000010111101101100111011100001110111101111000111111100 | d3ad42f6cee1def1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)