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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魲ヨ熙、 | 111111000100001011010110111010101010010010100100 | fc42d6eaa4a4 |
EUC-JP | ?ヨ熙、 | 00111111100011101101011011110100101001101000111010100100 | 3f8ed6f4a68ea4 |
UTF-8 | 魲ヨ熙、 | 111010011010110110110010111011111011111010010110111001111000011010011001111011111011110110100100 | e9adb2efbe96e78699efbda4 |
UHC | ??熙? | 0011111100111111111111011111011100111111 | 3f3ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)