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 | 諠壽勁辣 | 1110011010000011100110101110011010011001101001001110011110000101 | e6839ae699a4e785 |
EUC-JP | 諠壽勁辣 | 1110101111100011110101001110100011010010101001101110110111100101 | ebe3d4e8d2a6ede5 |
UTF-8 | 諠壽勁辣 | 111010001010101110100000111001011010001110111101111001011000101110000001111010001011111010100011 | e8aba0e5a3bde58b81e8bea3 |
UHC | ?壽勁辣 | 00111111111000011111100011001100110011011101010110111000 | 3fe1f8cccdd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)