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 | ÝÁשÕü | 110111011100000111010111101010011101010111111100 | ddc1d7a9d5fc |
SJIS-WIN | ??×??? | 00111111001111111000000101111110001111110011111100111111 | 3f3f817e3f3f3f |
EUC-JP | ÝÁשÕü | 1000111110101010111100101000111110101010101000011010000111011111100011111010001011101101100011111010101011011000100011111010101111100100 | 8faaf28faaa1a1df8fa2ed8faad88fabe4 |
UTF-8 | ÝÁשÕü | 110000111001110111000011100000011100001110010111110000101010100111000011100101011100001110111100 | c39dc381c397c2a9c395c3bc |
UHC | ??×??? | 00111111001111111010000110111111001111110011111100111111 | 3f3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)