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 | 聨弱け蕀 | 1110001111011101100011101110001110000010101011111110010011111001 | e3dd8ee382afe4f9 |
EUC-JP | 聨弱け蕀 | 1110011011011111101111001110010110100100101100011110100011111011 | e6dfbce5a4b1e8fb |
UTF-8 | 聨弱け蕀 | 111010001000000110101000111001011011110010110001111000111000000110010001111010001001010110000000 | e881a8e5bcb1e38191e89580 |
UHC | ?弱け? | 001111111110010110110000101010101011000100111111 | 3fe5b0aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)