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 | ???奬 | 0011111100111111001111111001101011111011 | 3f3f3f9afb |
EUC-JP | ???奬 | 0011111100111111001111111101010011111101 | 3f3f3fd4fd |
UTF-8 | 若듣뙑奬 | 111011111010010110110100111010111001001110100011111010111001100110010001111001011010010110101100 | efa5b4eb93a3eb9991e5a5ac |
UHC | 若듣뙑奬 | 1110010110101110101101011110100010001100100101101110110111100001 | e5aeb5e88c96ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)