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 | 咤眄涌涌 | 1001101001000010111000011011111010010111010011111001011101001111 | 9a42e1be974f974f |
EUC-JP | 咤眄涌涌 | 1101001110100011111000101100000011001101101100001100110110110000 | d3a3e2c0cdb0cdb0 |
UTF-8 | 咤眄涌涌 | 111001011001001010100100111001111001110010000100111001101011011010001100111001101011011010001100 | e592a4e79c84e6b68ce6b68c |
UHC | 咤眄涌涌 | 1111011011100011110110001111100011101001101111111110100110111111 | f6e3d8f8e9bfe9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)