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 | 嫉嵂而 | 1111100110100101100011101011100111111010101100101000111010100111 | f9a58eb9fab28ea7 |
EUC-JP | ?嫉嵂而 | 0011111110111100101110111000111110111011110100001011110010101001 | 3fbcbb8fbbd0bca9 |
UTF-8 | 嫉嵂而 | 111011101001110010000000111001011010101110001001111001011011010110000010111010001000000010001100 | ee9c80e5ab89e5b582e8808c |
UHC | ?嫉?而 | 001111111111001011101100001111111110110010111011 | 3ff2ec3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)