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 | 餘?=癲?? | 111010010101000000111111100000011000000111100001100111110011111100111111 | e9503f8181e19f3f3f |
EUC-JP | 餘?=癲?? | 111100011011000100111111101000011110000111100010101000010011111100111111 | f1b13fa1e1e2a13f3f |
UTF-8 | 餘욃=癲됬뼄 | 111010011010010010011000111011001001101010000011111011111011110010011101111001111001100110110010111010111001000010101100111010111011110010000100 | e9a498ec9a83efbc9de799b2eb90acebbc84 |
UHC | 餘욃=癲됬뼄 | 111001101010111010011110111001011010001110111101111011111010011010001001111001111001011010001110 | e6ae9ee5a3bdefa689e7968e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)