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 | ?賍鰌 | 0011111111100110110110101110100111010011 | 3fe6dae9d3 |
EUC-JP | 犮賍鰌 | 10001111110010101110111011101100110111001111001011010101 | 8fcaeeecdcf2d5 |
UTF-8 | 犮賍鰌 | 111001111000101010101110111010001011001110001101111010011011000010001100 | e78aaee8b38de9b08c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)