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 | 寤??艤 | 100110111000100000111111001111111110010001111110 | 9b883f3fe47e |
EUC-JP | 寤??艤 | 110101011110100000111111001111111110011111011111 | d5e83f3fe7df |
UTF-8 | 寤뺝뎷艤 | 111001011010111110100100111010111011101010011101111010111000111010110111111010001000100110100100 | e5afa4ebba9deb8eb7e889a4 |
UHC | 寤뺝뎷艤 | 1110011111110101100101011110010110001001100010101110101111111010 | e7f595e5898aebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)