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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭短揃短其 | 10010010010110011001001001011010100100011011010110010010010110101001000110110100 | 9259925a91b5925a91b4 |
EUC-JP | 炭短揃短其 | 11000011101110101100001110111011110000101011011111000011101110111100001010110110 | c3bac3bbc2b7c3bbc2b6 |
UTF-8 | 炭短揃短其 | 111001111000001010101101111001111001111110101101111001101000111110000011111001111001111110101101111001011000010110110110 | e782ade79fade68f83e79fade585b6 |
UHC | 炭短?短其 | 111101111010100111010011101011010011111111010011101011011101000011101100 | f7a9d3ad3fd3add0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)