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 | 汚щ?濡? | 1000100110011000100001001000101100111111100101000100011100111111 | 8998848b3f94473f |
EUC-JP | 汚щ?濡? | 1011000111111000101001111110101100111111110001111010100000111111 | b1f8a7eb3fc7a83f |
UTF-8 | 汚щ젻濡덭 | 1110011010110001100110101101000110001001111011001010000010111011111001101011111110100001111010111000110110101101 | e6b19ad189eca0bbe6bfa1eb8dad |
UHC | 汚щ젻濡덭 | 11100111111111011010110011101011101000001010111011101011101000011000100101000101 | e7fdaceba0aeeba18945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)