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^ | 0011111100111111001111111001001001110001001111110110010101011110 | 3f3f3f92713f655e |
EUC-JP | ???智?e^ | 0011111100111111001111111100001111010010001111110110010101011110 | 3f3f3fc3d23f655e |
UTF-8 | 얍롏렒智렫e^ | 1110110010010110100011011110101110100001100011111110101110100000100100101110011010011001101110101110101110100000101010110110010101011110 | ec968deba18feba092e699baeba0ab655e |
UHC | 얍롏렒智렫e^ | 101111101110010110001110110101011000111010100111111100101010101010001110101110010110010101011110 | bee58ed58ea7f2aa8eb9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)