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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??㎏?ъ | 00111111001111111000011101110011001111111000010010001100 | 3f3f87733f848c |
EUC-JP | ????ъ | 001111110011111100111111001111111010011111101100 | 3f3f3f3fa7ec |
UTF-8 | 梨덉㎏泥ъ | 1110111110100111101000101110101110001101100010011110001110001110100011111110111110100111101000111101000110001010 | efa7a2eb8d89e38e8fefa7a3d18a |
UHC | 梨덉㎏泥ъ | 11101100101100011000100011101100101001111011100011101100101100101010110011101100 | ecb188eca7b8ecb2acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)