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 | 郢晞亂粃 | 1110011110111001100111011110100110011000101010101110001011100001 | e7b99de998aae2e1 |
EUC-JP | 郢晞亂粃 | 1110111010111011110110101110101111010000101011001110010011100011 | eebbdaebd0ace4e3 |
UTF-8 | 郢晞亂粃 | 111010011000001110100010111001101001100110011110111001001011101010000010111001111011001010000011 | e983a2e6999ee4ba82e7b283 |
UHC | ?晞亂粃 | 00111111111111011111010111010101101011111101110111111011 | 3ffdf5d5afddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)