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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逎ャ雋噂 | 11100111101000111010110011101000101100101000100101011100 | e7a3ace8b2895c |
EUC-JP | 逎ャ雋噂 | 1110111010100101100011101010110011110000101101001011000110111101 | eea58eacf0b4b1bd |
UTF-8 | 逎ャ雋噂 | 111010011000000010001110111011111011110110101100111010011001101110001011111001011001100110000010 | e9808eefbdace99b8be59982 |
UHC | ??雋? | 0011111100111111111100011110011000111111 | 3f3ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)