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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔??班?兆 | 100100101010001000111111001111111001010011000111001111111001001010011011 | 92a23f3f94c73f929b |
EUC-JP | 弔??班?兆 | 110001001010010000111111001111111100100011001001001111111100001111111011 | c4a43f3fc8c93fc3fb |
UTF-8 | 弔렭뤒班⑷兆 | 111001011011110010010100111010111010000010101101111010111010010010010010111001111000111110101101111000101001000110110111111001011000010110000110 | e5bc94eba0adeba492e78fade291b7e58586 |
UHC | 弔렭뤒班⑷兆 | 111100001100000010001110101110101000111111000010110110101110110010101001111010101111000010111100 | f0c08eba8fc2daeca9eaf0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)