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 | ???Q?? | 001111110011111100111111010100010011111100111111 | 3f3f3f513f3f |
SJIS-WIN | 谷測速Q谷測 | 1001001001001010100100011010101010010001101011000101000110010010010010101001000110101010 | 924a91aa91ac51924a91aa |
EUC-JP | 谷測速Q谷測 | 1100001110101011110000101010110011000010101011100101000111000011101010111100001010101100 | c3abc2acc2ae51c3abc2ac |
UTF-8 | 谷測速Q谷測 | 11101000101100001011011111100110101110001010110011101001100000001001111101010001111010001011000010110111111001101011100010101100 | e8b0b7e6b8ace9809f51e8b0b7e6b8ac |
UHC | 谷測速Q谷測 | 1100110111011011111101101011010011100001110111000101000111001101110110111111011010110100 | cddbf6b4e1dc51cddbf6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)