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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 低?y | 10010010111000010011111101111001 | 92e13f79 |
EUC-JP | 低?y | 11000100111000110011111101111001 | c4e33f79 |
UTF-8 | 低렗y | 11100100101111011000111011101011101000001001011101111001 | e4bd8eeba09779 |
UHC | 低렗y | 1110111010111000100011101010110001111001 | eeb88eac79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)