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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑜?瑜 | 1110000011101111001111111110000011101111 | e0ef3fe0ef |
EUC-JP | 瑜?瑜 | 1110000011110001001111111110000011110001 | e0f13fe0f1 |
UTF-8 | 瑜튶瑜 | 111001111001000110011100111011011000101010110110111001111001000110011100 | e7919ced8ab6e7919c |
UHC | 瑜튶瑜 | 111010111010010110111010011010001110101110100101 | eba5ba68eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)