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 | 珞貍「」 | 111000001110001011100110101111001010001010100011 | e0e2e6bca2a3 |
EUC-JP | 珞貍「」 | 1110000011100100111011001011111010001110101000101000111010100011 | e0e4ecbe8ea28ea3 |
UTF-8 | 珞貍「」 | 111001111000111110011110111010001011001010001101111011111011110110100010111011111011110110100011 | e78f9ee8b28defbda2efbda3 |
UHC | 珞??? | 1101010110101000001111110011111100111111 | d5a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)