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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?繩 | 001111111110001110001010 | 3fe38a |
EUC-JP | ?繩 | 001111111110010111101010 | 3fe5ea |
UTF-8 | 밅繩 | 111010111011000010000101111001111011100110101001 | ebb085e7b9a9 |
UHC | 밅繩 | 10010011010000111110001110110001 | 9343e3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)