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 | üé}| | 100100011111110011101001011111011001001101111100 | 91fce97d937c |
SJIS-WIN | ???}?| | 001111110011111100111111011111010011111101111100 | 3f3f3f7d3f7c |
EUC-JP | ?üé}?| | 00111111100011111010101111100100100011111010101110110001011111010011111101111100 | 3f8fabe48fabb17d3f7c |
UTF-8 | üé}| | 11000010100100011100001110111100110000111010100101111101110000101001001101111100 | c291c3bcc3a97dc2937c |
UHC | ???}?| | 001111110011111100111111011111010011111101111100 | 3f3f3f7d3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)