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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 億鰻?^c^ | 1000100110101101100010010101011000111111010111100110001101011110 | 89ad89563f5e635e |
EUC-JP | 億鰻?^c^ | 1011001010101111101100011011011100111111010111100110001101011110 | b2afb1b73f5e635e |
UTF-8 | 億鰻렠^c^ | 111001011000010010000100111010011011000010111011111010111010000010100000010111100110001101011110 | e58484e9b0bbeba0a05e635e |
UHC | 億鰻렠^c^ | 111001011110001011011000110001001000111010110001010111100110001101011110 | e5e2d8c48eb15e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)