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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 滎??? | 100011111100100010111001001111110011111100111111 | 8fc8b93f3f3f |
UTF-8 | 滎잌폀了 | 111001101011101110001110111011001001111010001100111011011000111110000000111011111010011010111010 | e6bb8eec9e8ced8f80efa6ba |
UHC | 滎잌폀了 | 1111101110100011100111111110010110111100100011111110100011100111 | fba39fe5bc8fe8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)