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 | コ瑯・ | 10111010111000001110010110100101 | bae0e5a5 |
EUC-JP | コ瑯・ | 100011101011101011100000111001111000111010100101 | 8ebae0e78ea5 |
UTF-8 | コ瑯・ | 111011111011110110111010111001111001000110101111111011111011110110100101 | efbdbae791afefbda5 |
UHC | ?瑯? | 00111111110101011100101100111111 | 3fd5cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)