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^ | 1001001001001010100100100101000110010001101101110110001101011110 | 924a925191b7635e |
EUC-JP | 谷嘆孫c^ | 1100001110101011110000111011001011000010101110010110001101011110 | c3abc3b2c2b9635e |
UTF-8 | 谷嘆孫c^ | 1110100010110000101101111110010110011000100001101110010110101101101010110110001101011110 | e8b0b7e59886e5adab635e |
UHC | 谷嘆孫c^ | 1100110111011011111101111010001111100001110111010110001101011110 | cddbf7a3e1dd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)