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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 軏乞ぐ蠇キY | 11111011101100101000110011101110100000101010111011111011101000011011011101011001 | fbb28cee82aefba1b759 |
EUC-JP | 軏乞ぐ?キY | 1000111111100000110110011011100011110000101001001011000000111111100011101011011101011001 | 8fe0d9b8f0a4b03f8eb759 |
UTF-8 | 軏乞ぐ蠇キY | 11101000101110111000111111100100101110011001111011100011100000011001000011101000101000001000011111101111101111011011011101011001 | e8bb8fe4b99ee38190e8a087efbdb759 |
UHC | ?乞ぐ??Y | 0011111111001011111101111010101010110000001111110011111101011001 | 3fcbf7aab03f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)