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 | ?德ъD彫 | 001111111111101010111010100001001000110010000010011000111001001010100100 | 3ffaba848c826392a4 |
EUC-JP | ??ъD彫 | 0011111100111111101001111110110010100011110001001100010010100110 | 3f3fa7eca3c4c4a6 |
UTF-8 | 뤯德ъD彫 | 1110101110100100101011111110010110111110101101111101000110001010111011111011110010100100111001011011110110101011 | eba4afe5beb7d18aefbca4e5bdab |
UHC | 뤯德ъD彫 | 10001111110111011101001111101100101011001110110010100011110001001111000011000001 | 8fddd3ecaceca3c4f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)