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 | ??f??N\ | 00111111001111110110011000111111001111110100111001011100 | 3f3f663f3f4e5c |
SJIS-WIN | 鶯痔f鶯痔N\ | 1110100111110010100011101010010001100110111010011111001010001110101001000100111001011100 | e9f28ea466e9f28ea44e5c |
EUC-JP | 鶯痔f鶯痔N\ | 1111001011110100101111001010011001100110111100101111010010111100101001100100111001011100 | f2f4bca666f2f4bca64e5c |
UTF-8 | 鶯痔f鶯痔N\ | 111010011011011010101111111001111001011110010100011001101110100110110110101011111110011110010111100101000100111001011100 | e9b6afe7979466e9b6afe797944e5c |
UHC | 鶯痔f鶯痔N\ | 1110010110100011111101101100000001100110111001011010001111110110110000000100111001011100 | e5a3f6c066e5a3f6c04e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)