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 | 逎ャ雋右 | 11100111101000111010110011101000101100101000100101000101 | e7a3ace8b28945 |
EUC-JP | 逎ャ雋右 | 1110111010100101100011101010110011110000101101001011000110100110 | eea58eacf0b4b1a6 |
UTF-8 | 逎ャ雋右 | 111010011000000010001110111011111011110110101100111010011001101110001011111001011000111110110011 | e9808eefbdace99b8be58fb3 |
UHC | ??雋右 | 001111110011111111110001111001101110100111010011 | 3f3ff1e6e9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)