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 | ??┷? | 0011111100111111100001001011100000111111 | 3f3f84b83f |
EUC-JP | ??┷? | 0011111100111111101010001011101000111111 | 3f3fa8ba3f |
UTF-8 | 曆낉┷隸 | 111011111010011010001011111010111000001010001001111000101001010010110111111011111010011010111000 | efa68beb8289e294b7efa6b8 |
UHC | 曆낉┷隸 | 1110011010110111100001011110111110100110101110101110011111100110 | e6b785efa6bae7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)