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 | 兮餽悳醯 | 1001100101100001111010010101100010011100011110111110011111001111 | 9961e9589c7be7cf |
EUC-JP | 兮餽悳醯 | 1101000111000010111100011011100111010111110111001110111011010001 | d1c2f1b9d7dceed1 |
UTF-8 | 兮餽悳醯 | 111001011000010110101110111010011010010010111101111001101000001010110011111010011000011010101111 | e585aee9a4bde682b3e986af |
UHC | 兮?悳醯 | 11111011101100010011111111010011111011011111101110111000 | fbb13fd3edfbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)