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 | ÂFYÂFbE | 110000101001001001000110010110011100001010010010010001100110001001000101 | c2924659c292466245 |
SJIS-WIN | ??FY??FbE | 001111110011111101000110010110010011111100111111010001100110001001000101 | 3f3f46593f3f466245 |
EUC-JP | Â?FYÂ?FbE | 10001111101010101010010000111111010001100101100110001111101010101010010000111111010001100110001001000101 | 8faaa43f46598faaa43f466245 |
UTF-8 | ÂFYÂFbE | 11000011100000101100001010010010010001100101100111000011100000101100001010010010010001100110001001000101 | c382c2924659c382c292466245 |
UHC | ??FY??FbE | 001111110011111101000110010110010011111100111111010001100110001001000101 | 3f3f46593f3f466245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)