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 | 眩咤疼怐 | 1110000110111111100110100100001011100001011101011001110010000001 | e1bf9a42e1759c81 |
EUC-JP | 眩咤疼怐 | 1110001011000001110100111010001111100001110101101101011111100001 | e2c1d3a3e1d6d7e1 |
UTF-8 | 眩咤疼怐 | 111001111001110010101001111001011001001010100100111001111001011010111100111001101000000010010000 | e79ca9e592a4e796bce68090 |
UHC | 眩咤疼? | 11111010110111111111011011100011110101001101100100111111 | fadff6e3d4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)