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 | 眩咤獗怐 | 1110000110111111100110100100001011100000110100111001110010000001 | e1bf9a42e0d39c81 |
EUC-JP | 眩咤獗怐 | 1110001011000001110100111010001111100000110101011101011111100001 | e2c1d3a3e0d5d7e1 |
UTF-8 | 眩咤獗怐 | 111001111001110010101001111001011001001010100100111001111000110110010111111001101000000010010000 | e79ca9e592a4e78d97e68090 |
UHC | 眩咤獗? | 11111010110111111111011011100011110011111111000100111111 | fadff6e3cff13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)