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 | 祭耿聆迅? | 100011011101010111100011110101001110001111010111100100000111011000111111 | 8dd5e3d4e3d790763f |
EUC-JP | 祭耿聆迅? | 101110101101011111100110110101101110011011011001101111111101011100111111 | bad7e6d6e6d9bfd73f |
UTF-8 | 祭耿聆迅렡 | 111001111010010110101101111010001000000010111111111010001000000110000110111010001011111110000101111010111010000010100001 | e7a5ade880bfe88186e8bf85eba0a1 |
UHC | 祭耿聆迅렡 | 11110000101011101100110011101010110101101100000011100011111101101000111010110010 | f0aeccead6c0e3f68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)