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 | ????q | 0011111100111111001111110011111101110001 | 3f3f3f3f71 |
SJIS-WIN | 豸憩蓿、q | 1110011010110110100011000110010111100100111100001010010001110001 | e6b68c65e4f0a471 |
EUC-JP | 豸憩蓿、q | 111011001011100010110111110001101110100011110010100011101010010001110001 | ecb8b7c6e8f28ea471 |
UTF-8 | 豸憩蓿、q | 11101000101100011011100011100110100001101010100111101000100100111011111111101111101111011010010001110001 | e8b1b8e686a9e893bfefbda471 |
UHC | ?憩??q | 001111111100110010101000001111110011111101110001 | 3fcca83f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)