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 | ÍÍ^ | 100010111000001110010110110011011000101110000011100101101100110101011110 | 8b8396cd8b8396cd5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Í???Í^ | 00111111001111110011111110001111101010101011111100111111001111110011111110001111101010101011111101011110 | 3f3f3f8faabf3f3f3f8faabf5e |
UTF-8 | ÍÍ^ | 1100001010001011110000101000001111000010100101101100001110001101110000101000101111000010100000111100001010010110110000111000110101011110 | c28bc283c296c38dc28bc283c296c38d5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)