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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??躁 | 00111111001111111110011101001110 | 3f3fe74e |
EUC-JP | ??躁 | 00111111001111111110110110101111 | 3f3fedaf |
UTF-8 | 렺렡躁 | 111010111010000010111010111010111010000010100001111010001011101010000001 | eba0baeba0a1e8ba81 |
UHC | 렺렡躁 | 100011101100001010001110101100101111000011100010 | 8ec28eb2f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)