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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ??斜G | 0011111100111111100011101100111001000111 | 3f3f8ece47 |
EUC-JP | ?棅斜G | 00111111100011111100001111111011101111001101000001000111 | 3f8fc3fbbcd047 |
UTF-8 | 챘棅斜G | 11101100101100011001100011100110101000111000010111100110100101101001110001000111 | ecb198e6a385e6969c47 |
UHC | 챘棅斜G | 11000011101010111101110010111000110111101101100001000111 | c3abdcb8ded847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)