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 | ??¸ | 001111110011111110111000 | 3f3fb8 |
SJIS-WIN | 孩?? | 10011011011101110011111100111111 | 9b773f3f |
EUC-JP | 孩盼¸ | 1101010111011000100011111100111011011001100011111010001010110001 | d5d88fced98fa2b1 |
UTF-8 | 孩盼¸ | 1110010110101101101010011110011110011011101111001100001010111000 | e5ada9e79bbcc2b8 |
UHC | 孩盼¸ | 111110101010100111011010111100001010001010101100 | faa9daf0a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)