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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 穩??梧? | 11100010011100100011111100111111100011001110011000111111 | e2723f3f8ce63f |
EUC-JP | 穩??梧? | 11100011110100110011111100111111101110001110100000111111 | e3d33f3fb8e83f |
UTF-8 | 穩뚳슈梧삭 | 111001111010100110101001111010111001101010110011111011001000101010001000111001101010001010100111111011001000001010101101 | e7a9a9eb9ab3ec8a88e6a2a7ec82ad |
UHC | 穩뚳슈梧삭 | 11101000101100011000110011101111101111011011010011100111111111001011101111101000 | e8b18cefbdb4e7fcbbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)