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 | ÂkÂu | 110000101001011001101011110000101001011101110101 | c2966bc29775 |
SJIS-WIN | ??k??u | 001111110011111101101011001111110011111101110101 | 3f3f6b3f3f75 |
EUC-JP | Â?kÂ?u | 10001111101010101010010000111111011010111000111110101010101001000011111101110101 | 8faaa43f6b8faaa43f75 |
UTF-8 | ÂkÂu | 11000011100000101100001010010110011010111100001110000010110000101001011101110101 | c382c2966bc382c29775 |
UHC | ??k??u | 001111110011111101101011001111110011111101110101 | 3f3f6b3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)