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 | 萸?П維?Р | 11100100110011100011111110000100010100001000100011011011001111111000010001010001 | e4ce3f845088db3f8451 |
EUC-JP | 萸?П維?Р | 11101000110100000011111110100111101100011011000011011101001111111010011110110010 | e8d03fa7b1b0dd3fa7b2 |
UTF-8 | 萸묐П維낅Р | 11101000100100001011100011101011101011001001000011010000100111111110011110110110101011011110101110000010100001011101000010100000 | e890b8ebac90d09fe7b6adeb8285d0a0 |
UHC | 萸묐П維낅Р | 111010111010110110010001111010111010110010110001111010111010101110000101111010111010110010110010 | ebad91ebacb1ebab85ebacb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)