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 | 狎??夷?? | 1110000010111110001111110011111110001000110011100011111100111111 | e0be3f3f88ce3f3f |
EUC-JP | 狎?Œ夷?? | 11100000110000000011111110001111101010011010110110110000110100000011111100111111 | e0c03f8fa9adb0d03f3f |
UTF-8 | 狎띕Œ夷띰쭓 | 1110011110001011100011101110101110011101100101011100010110010010111001011010010010110111111010111001110110110000111011001010110110010011 | e78b8eeb9d95c592e5a4b7eb9db0ecad93 |
UHC | 狎띕Œ夷띰쭓 | 111001001110010010110110111010111010100010101011111011001010100010110110111011111010011110001011 | e4e4b6eba8abeca8b6efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)