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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???眼 | 0011111100111111001111111000101011100001 | 3f3f3f8ae1 |
EUC-JP | ???眼 | 0011111100111111001111111011010011100011 | 3f3f3fb4e3 |
UTF-8 | 앨롚롛眼 | 111011001001010110101000111010111010000110011010111010111010000110011011111001111001110010111100 | ec95a8eba19aeba19be79cbc |
UHC | 앨롚롛眼 | 1011111011011001100011101101111010001110110111111110010011010001 | bed98ede8edfe4d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)