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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ???汝?e^ | 0011111100111111001111111001001111110000001111110110010101011110 | 3f3f3f93f03f655e |
EUC-JP | ???汝?e^ | 0011111100111111001111111100011011110010001111110110010101011110 | 3f3f3fc6f23f655e |
UTF-8 | 쒔렡쒔汝렞e^ | 1110110010010010100101001110101110100000101000011110110010010010100101001110011010110001100111011110101110100000100111100110010101011110 | ec9294eba0a1ec9294e6b19deba09e655e |
UHC | 쒔렡쒔汝렞e^ | 101111101010110110001110101100101011111010101101111001101010001110001110101011110110010101011110 | bead8eb2beade6a38eaf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)