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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 低??y | 1001001011100001001111110011111101111001 | 92e13f3f79 |
EUC-JP | 低??y | 1100010011100011001111110011111101111001 | c4e33f3f79 |
UTF-8 | 低윤싼y | 11100100101111011000111011101100100111001010010011101100100010111011110001111001 | e4bd8eec9ca4ec8bbc79 |
UHC | 低윤싼y | 11101110101110001100000010110001101111011101000101111001 | eeb8c0b1bdd179 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)