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 | 逍卓迄辣 | 1110011110010110100100011110110010010110100110001110011110000101 | e79691ec9698e785 |
EUC-JP | 逍卓迄辣 | 1110110111110110110000101110111011001011111110001110110111100101 | edf6c2eecbf8ede5 |
UTF-8 | 逍卓迄辣 | 111010011000000010001101111001011000110110010011111010001011111110000100111010001011111010100011 | e9808de58d93e8bf84e8bea3 |
UHC | 逍卓?辣 | 11100001110011101111011011110001001111111101010110111000 | e1cef6f13fd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)