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 | 赭ィ荵槫贒辯 | 1110011011011110101010001110010010111001100111101110010111111011101011111110011110000111 | e6dea8e4b99ee5fbafe787 |
EUC-JP | 赭ィ荵槫贒辯 | 11101100111000001000111010101000111010001011101111011100111001111000111111011111110000111110110111100111 | ece08ea8e8bbdce78fdfc3ede7 |
UTF-8 | 赭ィ荵槫贒辯 | 111010001011010110101101111011111011110110101000111010001000110110110101111001101010011110101011111010001011010010010010111010001011111010101111 | e8b5adefbda8e88db5e6a7abe8b492e8beaf |
UHC | ?????辯 | 00111111001111110011111100111111001111111101110010101010 | 3f3f3f3f3fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)