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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩埼。假ス | 1110100110101001100011011110100110100001100110001110111110111101 | e9a98de9a198efbd |
EUC-JP | 鬩埼。假ス | 11110010101010111011101011101011100011101010000111010000111100011000111010111101 | f2abbaeb8ea1d0f18ebd |
UTF-8 | 鬩埼。假ス | 111010011010110010101001111001011001111110111100111011111011110110100001111001011000000110000111111011111011110110111101 | e9aca9e59fbcefbda1e58187efbdbd |
UHC | ?埼?假? | 00111111110100001111001000111111110010101010001100111111 | 3fd0f23fcaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)