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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | ??P旭? | 001111110011111101010000100010001010111000111111 | 3f3f5088ae3f |
EUC-JP | ??P旭? | 001111110011111101010000101100001011000000111111 | 3f3f50b0b03f |
UTF-8 | 亐렕P旭렔 | 11100100101110101001000011101011101000001001010101010000111001101001011110101101111010111010000010010100 | e4ba90eba09550e697adeba094 |
UHC | 亐렕P旭렔 | 111010101010011110001110101010100101000011101001111011111000111010101001 | eaa78eaa50e9ef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)