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 | ÂlYÂlbnoBF | 110000101001000101101100010110011100001010010001011011000110001001101110011011110100001001000110 | c2916c59c2916c626e6f4246 |
SJIS-WIN | ??lY??lbnoBF | 001111110011111101101100010110010011111100111111011011000110001001101110011011110100001001000110 | 3f3f6c593f3f6c626e6f4246 |
EUC-JP | Â?lYÂ?lbnoBF | 10001111101010101010010000111111011011000101100110001111101010101010010000111111011011000110001001101110011011110100001001000110 | 8faaa43f6c598faaa43f6c626e6f4246 |
UTF-8 | ÂlYÂlbnoBF | 11000011100000101100001010010001011011000101100111000011100000101100001010010001011011000110001001101110011011110100001001000110 | c382c2916c59c382c2916c626e6f4246 |
UHC | ??lY??lbnoBF | 001111110011111101101100010110010011111100111111011011000110001001101110011011110100001001000110 | 3f3f6c593f3f6c626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)