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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 谷炭測c^ | 1001001001001010100100100101100110010001101010100110001101011110 | 924a925991aa635e |
EUC-JP | 谷炭測c^ | 1100001110101011110000111011101011000010101011000110001101011110 | c3abc3bac2ac635e |
UTF-8 | 谷炭測c^ | 1110100010110000101101111110011110000010101011011110011010111000101011000110001101011110 | e8b0b7e782ade6b8ac635e |
UHC | 谷炭測c^ | 1100110111011011111101111010100111110110101101000110001101011110 | cddbf7a9f6b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)