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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾鱧 | 111100011111011110001110101000101110100111100101 | f1f78ea2e9e5 |
EUC-JP | ?爾鱧 | 0011111110111100101001001111001011100111 | 3fbca4f2e7 |
UTF-8 | 爾鱧 | 111011101000010110110010111001111000100010111110111010011011000110100111 | ee85b2e788bee9b1a7 |
UHC | ?爾? | 00111111111011001011001100111111 | 3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)