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 | Y[o | 10010010010110011001001001011011100100011010110101101111 | 9259925b91ad6f |
SJIS-WIN | ?Y?[??o | 00111111010110010011111101011011001111110011111101101111 | 3f593f5b3f3f6f |
EUC-JP | ?Y?[??o | 00111111010110010011111101011011001111110011111101101111 | 3f593f5b3f3f6f |
UTF-8 | Y[o | 1100001010010010010110011100001010010010010110111100001010010001110000101010110101101111 | c29259c2925bc291c2ad6f |
UHC | ?Y?[?o | 0011111101011001001111110101101100111111101000011010100101101111 | 3f593f5b3fa1a96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)