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 | 域??罌 | 100010001110011000111111001111111110001110100000 | 88e63f3fe3a0 |
EUC-JP | 域??罌 | 101100001110100000111111001111111110011010100010 | b0e83f3fe6a2 |
UTF-8 | 域⒳퐜罌 | 111001011001111110011111111000101001001010110011111011011001000010011100111001111011110110001100 | e59f9fe292b3ed909ce7bd8c |
UHC | 域⒳퐜罌 | 1110011010110100101010011110010010111101100001101110010110100010 | e6b4a9e4bd86e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)