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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 帝帝[帝帝[^ | 1001001011101001100100101110100101011011100100101110100110010010111010010101101101011110 | 92e992e95b92e992e95b5e |
EUC-JP | 帝帝[帝帝[^ | 1100010011101011110001001110101101011011110001001110101111000100111010110101101101011110 | c4ebc4eb5bc4ebc4eb5b5e |
UTF-8 | 帝帝[帝帝[^ | 111001011011100010011101111001011011100010011101010110111110010110111000100111011110010110111000100111010101101101011110 | e5b89de5b89d5be5b89de5b89d5b5e |
UHC | 帝帝[帝帝[^ | 1111000010101000111100001010100001011011111100001010100011110000101010000101101101011110 | f0a8f0a85bf0a8f0a85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)