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 | 逍卓牟繪ァ | 111001111001011010010001111011001001011010110100111000111000100110100111 | e79691ec96b4e389a7 |
EUC-JP | 逍卓牟繪ァ | 11101101111101101100001011101110110011001011011011100101111010011000111010100111 | edf6c2eeccb6e5e98ea7 |
UTF-8 | 逍卓牟繪ァ | 111010011000000010001101111001011000110110010011111001111000100110011111111001111011100110101010111011111011110110100111 | e9808de58d93e7899fe7b9aaefbda7 |
UHC | 逍卓牟繪? | 111000011100111011110110111100011101100110111111111111001110101100111111 | e1cef6f1d9bffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)