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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雫罕雫罕^ | 100011101011010011100011101001011000111010110100111000111010010101011110 | 8eb4e3a58eb4e3a55e |
EUC-JP | 雫罕雫罕^ | 101111001011011011100110101001111011110010110110111001101010011101011110 | bcb6e6a7bcb6e6a75e |
UTF-8 | 雫罕雫罕^ | 11101001100110111010101111100111101111011001010111101001100110111010101111100111101111011001010101011110 | e99babe7bd95e99babe7bd955e |
UHC | ?罕?罕^ | 00111111111110011101011000111111111110011101011001011110 | 3ff9d63ff9d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)