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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 谷測測h谷測 | 1001001001001010100100011010101010010001101010100110100010010010010010101001000110101010 | 924a91aa91aa68924a91aa |
EUC-JP | 谷測測h谷測 | 1100001110101011110000101010110011000010101011000110100011000011101010111100001010101100 | c3abc2acc2ac68c3abc2ac |
UTF-8 | 谷測測h谷測 | 11101000101100001011011111100110101110001010110011100110101110001010110001101000111010001011000010110111111001101011100010101100 | e8b0b7e6b8ace6b8ac68e8b0b7e6b8ac |
UHC | 谷測測h谷測 | 1100110111011011111101101011010011110110101101000110100011001101110110111111011010110100 | cddbf6b4f6b468cddbf6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)