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 | 褻秘捲 | 111001011111011010010100111010011000110010011110 | e5f694e98c9e |
EUC-JP | 褻秘捲 | 111010101111100011001000111010111011011111111110 | eaf8c8ebb7fe |
UTF-8 | 褻秘捲 | 111010001010010010111011111001111010011110011000111001101000110110110010 | e8a4bbe7a798e68db2 |
UHC | 褻秘捲 | 111000001110000111011101111110101100111111101100 | e0e1ddfacfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)