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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 渦??譽??\ | 100010010101000100111111001111111110011010100011001111110011111101011100 | 89513f3fe6a33f3f5c |
EUC-JP | 渦??譽??\ | 101100011011001000111111001111111110110010100101001111110011111101011100 | b1b23f3feca53f3f5c |
UTF-8 | 渦욘㉬譽긷컟\ | 11100110101110001010011011101100100110101001100011100011100010011010110011101000101011011011110111101010101110001011011111101100101110111001111101011100 | e6b8a6ec9a98e389ace8adbdeab8b7ecbb9f5c |
UHC | 渦욘㉬譽긷컟\ | 11101000101111101011111111100110101010001011110111100111111000101011000111100101101100001000101001011100 | e8bebfe6a8bde7e2b1e5b08a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)