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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 汝?????e^ | 100100111111000000111111001111110011111100111111001111110110010101011110 | 93f03f3f3f3f3f655e |
EUC-JP | 汝?????e^ | 110001101111001000111111001111110011111100111111001111110110010101011110 | c6f23f3f3f3f3f655e |
UTF-8 | 汝뺥씗溜곕젗e^ | 1110011010110001100111011110101110111010101001011110110010010100100101111110111110100111100010111110101010110011100101011110110010100000100101110110010101011110 | e6b19debbaa5ec9497efa78beab395eca097655e |
UHC | 汝뺥씗溜곕젗e^ | 1110011010100011100101011110110110011101101011001110101011111110101100001110101110100000100100110110010101011110 | e6a395ed9daceafeb0eba093655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)