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 | ÓÒiLhÓÒiL | 110100111101001001101001010011000110100011010011110100100110100101001100 | d3d2694c68d3d2694c |
SJIS-WIN | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
EUC-JP | ÓÒiLhÓÒiL | 1000111110101010110100011000111110101010110100100110100101001100011010001000111110101010110100011000111110101010110100100110100101001100 | 8faad18faad2694c688faad18faad2694c |
UTF-8 | ÓÒiLhÓÒiL | 11000011100100111100001110010010011010010100110001101000110000111001001111000011100100100110100101001100 | c393c392694c68c393c392694c |
UHC | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)