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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁碑ヲ/ | 11100111101100001001010011101000101001101000000101011110 | e7b094e8a6815e |
EUC-JP | 邁碑ヲ/ | 1110111010110010110010001110101010001110101001101010000110111111 | eeb2c8ea8ea6a1bf |
UTF-8 | 邁碑ヲ/ | 111010011000001010000001111001111010001010010001111011111011110110100110111011111011110010001111 | e98281e7a291efbda6efbc8f |
UHC | 邁碑?/ | 11011000111001001101110111111000001111111010001110101111 | d8e4ddf83fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)