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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繃犲燼 | 111000110111110111100000101110101110000010011110 | e37de0bae09e |
EUC-JP | 繃犲燼 | 111001011101111011100000101111001101111111111110 | e5dee0bcdffe |
UTF-8 | 繃犲燼 | 111001111011100110000011111001111000101010110010111001111000011110111100 | e7b983e78ab2e787bc |
UHC | 繃?燼 | 1101110111011110001111111110001111101000 | ddde3fe3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)