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 | 狒粫狒狢 | 1110000010111111111000101110011011100000101111111110000011000000 | e0bfe2e6e0bfe0c0 |
EUC-JP | 狒粫狒狢 | 1110000011000001111001001110100011100000110000011110000011000010 | e0c1e4e8e0c1e0c2 |
UTF-8 | 狒粫狒狢 | 111001111000101110010010111001111011001010101011111001111000101110010010111001111000101110100010 | e78b92e7b2abe78b92e78ba2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)