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 | 耶ョオ耶 | 1001011011101011100000111000011110000011010010011001011011101011 | 96eb8387834996eb |
EUC-JP | 耶ョオ耶 | 1100110011101101101001011110011110100101101010101100110011101101 | cceda5e7a5aacced |
UTF-8 | 耶ョオ耶 | 111010001000000010110110111000111000001110100111111000111000001010101010111010001000000010110110 | e880b6e383a7e382aae880b6 |
UHC | 耶ョオ耶 | 1110010110101101101010111110011110101011101010101110010110101101 | e5adabe7abaae5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)