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 | 質嫉実煮 | 1000111010111111100011101011100110001110110000001000111011001111 | 8ebf8eb98ec08ecf |
EUC-JP | 質嫉実煮 | 1011110011000001101111001011101110111100110000101011110011010001 | bcc1bcbbbcc2bcd1 |
UTF-8 | 質嫉実煮 | 111010001011001110101010111001011010101110001001111001011010111010011111111001111000010110101110 | e8b3aae5ab89e5ae9fe785ae |
UHC | 質嫉?煮 | 11110010111101011111001011101100001111111110110110110100 | f2f5f2ec3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)