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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ゙萵ア倏B | 110111101110010011100000101100011111001011101100111000001100010101000010 | dee4e0b1f2ece0c542 |
EUC-JP | ゙萵ア?倏B | 10001110110111101110100011100010100011101011000100111111111000001100011101000010 | 8edee8e28eb13fe0c742 |
UTF-8 | ゙萵ア倏B | 11101111101111101001111011101000100100001011010111101111101111011011000111101110100010001010001111100101100000001000111101000010 | efbe9ee890b5efbdb1ee88a3e5808f42 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)