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 | ÍúÐâ^ | 100100001100110111111010110100001110001001011110 | 90cdfad0e25e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?Íú?â^ | 001111111000111110101010101111111000111110101011111000100011111110001111101010111010010001011110 | 3f8faabf8fabe23f8faba45e |
UTF-8 | ÍúÐâ^ | 1100001010010000110000111000110111000011101110101100001110010000110000111010001001011110 | c290c38dc3bac390c3a25e |
UHC | ???Ð?^ | 00111111001111110011111110101000101000100011111101011110 | 3f3f3fa8a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)