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 | ??ь♂鏃 | 0011111100111111100001001000111010000001100010011110100001010110 | 3f3f848e8189e856 |
EUC-JP | ??ь♂鏃 | 0011111100111111101001111110111010100001111010011110111110110111 | 3f3fa7eea1e9efb7 |
UTF-8 | 뤗횓ь♂鏃 | 1110101110100100100101111110110110011010100100111101000110001100111000101001100110000010111010011000111110000011 | eba497ed9a93d18ce29982e98f83 |
UHC | 뤗횓ь♂鏃 | 10001111110001111100001110001110101011001110111010100001110011101111000011101100 | 8fc7c38eaceea1cef0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)