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 | èíièíiB | 100011111110100011101101011010011000111111101000111011010110100101000010 | 8fe8ed698fe8ed6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ?èíi?èíiB | 0011111110001111101010111011001010001111101010111011111101101001001111111000111110101011101100101000111110101011101111110110100101000010 | 3f8fabb28fabbf693f8fabb28fabbf6942 |
UTF-8 | èíièíiB | 110000101000111111000011101010001100001110101101011010011100001010001111110000111010100011000011101011010110100101000010 | c28fc3a8c3ad69c28fc3a8c3ad6942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)