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 | 痙痙癆犖 | 1110000101111010111000010111101011100001100101001110000010110110 | e17ae17ae194e0b6 |
EUC-JP | 痙痙癆犖 | 1110000111011011111000011101101111100001111101001110000010111000 | e1dbe1dbe1f4e0b8 |
UTF-8 | 痙痙癆犖 | 111001111001011110011001111001111001011110011001111001111001100110000110111001111000101010010110 | e79799e79799e79986e78a96 |
UHC | 痙痙?? | 110011001110001011001100111000100011111100111111 | cce2cce23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)