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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ラ?餓? | 00111111100000111000100100111111100010011110110000111111 | 3f83893f89ec3f |
EUC-JP | ?ラ?餓? | 00111111101001011110100100111111101100101110111000111111 | 3fa5e93fb2ee3f |
UTF-8 | 筽ラ뇦餓턆 | 111001111010110110111101111000111000001110101001111010111000011110100110111010011010010010010011111011011000010010000110 | e7adbde383a9eb87a6e9a493ed8486 |
UHC | 筽ラ뇦餓턆 | 11101000101001001010101111101001100001111000111011100100101110111011011001000010 | e8a4abe9878ee4bbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)