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 | 鍾ケチ」 | 1000111111011111101110011100000110100011 | 8fdfb9c1a3 |
EUC-JP | 鍾ケチ」 | 1011111011100001100011101011100110001110110000011000111010100011 | bee18eb98ec18ea3 |
UTF-8 | 鍾ケチ」 | 111010011000110110111110111011111011110110111001111011111011111010000001111011111011110110100011 | e98dbeefbdb9efbe81efbda3 |
UHC | 鍾??? | 1111000110100011001111110011111100111111 | f1a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)