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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 牾發牾犒^ | 111000001011000111100001101000101110000010110001111000001011010101011110 | e0b1e1a2e0b1e0b55e |
EUC-JP | 牾發牾犒^ | 111000001011001111100010101001001110000010110011111000001011011101011110 | e0b3e2a4e0b3e0b75e |
UTF-8 | 牾發牾犒^ | 11100111100010011011111011100111100110011011110011100111100010011011111011100111100010101001001001011110 | e789bee799bce789bee78a925e |
UHC | ?發??^ | 001111111101101110100001001111110011111101011110 | 3fdba13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)