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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 炎?茹?易円 | 10001001100010100011111111100100101001010011111110001000110101011000100101111110 | 898a3fe4a53f88d5897e |
EUC-JP | 炎?茹?易円 | 10110001111010100011111111101000101001110011111110110000110101111011000111011111 | b1ea3fe8a73fb0d7b1df |
UTF-8 | 炎륨茹殮易円 | 111001111000001010001110111010111010010110101000111010001000110010111001111011111010011010100101111001101001100010010011111001011000011010000110 | e7828eeba5a8e88cb9efa6a5e69893e58686 |
UHC | 炎륨茹殮易円 | 111001101111101010110111111111011110011010101010111001101111100111100110101101101110010111110111 | e6fab7fde6aae6f9e6b6e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)