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 | 頷夜㍽籬 | 1110100011110101100101101110100110000111100011101110001011011111 | e8f596e9878ee2df |
EUC-JP | 頷夜?籬 | 11110000111101111100110011101011001111111110010011100001 | f0f7cceb3fe4e1 |
UTF-8 | 頷夜㍽籬 | 111010011010000010110111111001011010010010011100111000111000110110111101111001111011000110101100 | e9a0b7e5a49ce38dbde7b1ac |
UHC | ?夜?籬 | 001111111110010110101000001111111101011111100110 | 3fe5a83fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)