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Ê^ | 1000000110000000100000011100101001011110011010111000000110000000100000011100101001011110 | 818081ca5e6b818081ca5e |
SJIS-WIN | ????^k????^ | 0011111100111111001111110011111101011110011010110011111100111111001111110011111101011110 | 3f3f3f3f5e6b3f3f3f3f5e |
EUC-JP | ???Ê^k???Ê^ | 001111110011111100111111100011111010101010110100010111100110101100111111001111110011111110001111101010101011010001011110 | 3f3f3f8faab45e6b3f3f3f8faab45e |
UTF-8 | Ê^kÊ^ | 11000010100000011100001010000000110000101000000111000011100010100101111001101011110000101000000111000010100000001100001010000001110000111000101001011110 | c281c280c281c38a5e6bc281c280c281c38a5e |
UHC | ????^k????^ | 0011111100111111001111110011111101011110011010110011111100111111001111110011111101011110 | 3f3f3f3f5e6b3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)