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 | ÂqYÂqbE | 110000101001101001110001010110011100001010011010011100010110001001000101 | c29a7159c29a716245 |
SJIS-WIN | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
EUC-JP | Â?qYÂ?qbE | 10001111101010101010010000111111011100010101100110001111101010101010010000111111011100010110001001000101 | 8faaa43f71598faaa43f716245 |
UTF-8 | ÂqYÂqbE | 11000011100000101100001010011010011100010101100111000011100000101100001010011010011100010110001001000101 | c382c29a7159c382c29a716245 |
UHC | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)