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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 筌??e^ | 111000101010001100111111001111110110010101011110 | e2a33f3f655e |
EUC-JP | 筌??e^ | 111001001010010100111111001111110110010101011110 | e4a53f3f655e |
UTF-8 | 筌깁뒔e^ | 1110011110101101100011001110101010111001100000011110101110010010100101000110010101011110 | e7ad8ceab981eb9294655e |
UHC | 筌깁뒔e^ | 1110111110100111101100011110100110001010100100010110010101011110 | efa7b1e98a91655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)