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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 谷其贈h谷 | 100100100100101010010001101101001001000110100001011010001001001001001010 | 924a91b491a168924a |
EUC-JP | 谷其贈h谷 | 110000111010101111000010101101101100001010100011011010001100001110101011 | c3abc2b6c2a368c3ab |
UTF-8 | 谷其贈h谷 | 11101000101100001011011111100101100001011011011011101000101101001000100001101000111010001011000010110111 | e8b0b7e585b6e8b48868e8b0b7 |
UHC | 谷其贈h谷 | 110011011101101111010000111011001111000111111100011010001100110111011011 | cddbd0ecf1fc68cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)