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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 騾趣スィh騾 | 111010011000000010001110111011111011110110101000011010001110100110000000 | e9808eefbda868e980 |
EUC-JP | 騾趣スィh騾 | 1111000111100000101111001111000110001110101111011000111010101000011010001111000111100000 | f1e0bcf18ebd8ea868f1e0 |
UTF-8 | 騾趣スィh騾 | 11101001101010001011111011101000101101101010001111101111101111011011110111101111101111011010100001101000111010011010100010111110 | e9a8bee8b6a3efbdbdefbda868e9a8be |
UHC | ?趣??h? | 00111111111101101010110000111111001111110110100000111111 | 3ff6ac3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)