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 | 蔓稙擺貉 | 1001011010100000111000100110010110011101101100101110011010111001 | 96a0e2659db2e6b9 |
EUC-JP | 蔓稙擺貉 | 1100110010100010111000111100011011011010101101001110110010111011 | cca2e3c6dab4ecbb |
UTF-8 | 蔓稙擺貉 | 111010001001010010010011111001111010100010011001111001101001001110111010111010001011001010001001 | e89493e7a899e693bae8b289 |
UHC | 蔓稙擺? | 11011000110000001111001011000010111101111110110000111111 | d8c0f2c2f7ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)