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 | 異皎? | 1000100011011001111000011010011100111111 | 88d9e1a73f |
EUC-JP | 異皎? | 1011000011011011111000101010100100111111 | b0dbe2a93f |
UTF-8 | 異皎렏 | 111001111001010110110000111001111001101010001110111010111010000010001111 | e795b0e79a8eeba08f |
UHC | 異皎렏 | 111011001011011011001110111010111000111010100101 | ecb6ceeb8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)