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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 軏乞ぐ遏⑧ | 11111011101100101000110011101110100000101010111011100111100111111000011101000111 | fbb28cee82aee79f8747 |
EUC-JP | 軏乞ぐ遏? | 10001111111000001101100110111000111100001010010010110000111011101010000100111111 | 8fe0d9b8f0a4b0eea13f |
UTF-8 | 軏乞ぐ遏⑧ | 111010001011101110001111111001001011100110011110111000111000000110010000111010011000000110001111111000101001000110100111 | e8bb8fe4b99ee38190e9818fe291a7 |
UHC | ?乞ぐ?⑧ | 0011111111001011111101111010101010110000001111111010100011101110 | 3fcbf7aab03fa8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)