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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鼠琇鼠琇^ | 100100010110110011111011011001011001000101101100111110110110010101011110 | 916cfb65916cfb655e |
EUC-JP | 鼠琇鼠琇^ | 1100000111001101100011111100110010100101110000011100110110001111110011001010010101011110 | c1cd8fcca5c1cd8fcca55e |
UTF-8 | 鼠琇鼠琇^ | 11101001101111001010000011100111100100001000011111101001101111001010000011100111100100001000011101011110 | e9bca0e79087e9bca0e790875e |
UHC | 鼠琇鼠琇^ | 111000001010100111100010101011111110000010101001111000101010111101011110 | e0a9e2afe0a9e2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)