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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 爵爵飼] | 10001110110111011000111011011101111110111111011101011101 | 8edd8eddfbf75d |
EUC-JP | 爵爵?] | 101111001101111110111100110111110011111101011101 | bcdfbcdf3f5d |
UTF-8 | 爵爵飼] | 11100111100010001011010111100111100010001011010111101111101010001010101101011101 | e788b5e788b5efa8ab5d |
UHC | 爵爵?] | 111011011100100111101101110010010011111101011101 | edc9edc93f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)