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 | 蕊磁謝執 | 1000111011000111100011101010010110001110110100111000111010110111 | 8ec78ea58ed38eb7 |
EUC-JP | 蕊磁謝執 | 1011110011001001101111001010011110111100110101011011110010111001 | bcc9bca7bcd5bcb9 |
UTF-8 | 蕊磁謝執 | 111010001001010110001010111001111010001110000001111010001010110010011101111001011001111110110111 | e8958ae7a381e8ac9de59fb7 |
UHC | ?磁謝執 | 00111111111011011011100011011110111100111111001011111011 | 3fedb8def3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)