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 | 溿泌廠貉偃 | 11111011010010101001010011100101100011111011000111100110101110011001100011101110 | fb4a94e58fb1e6b998ee |
EUC-JP | 溿泌廠貉偃 | 1000111111001000101100011100100011100111101111101011001111101100101110111101000011110000 | 8fc8b1c8e7beb3ecbbd0f0 |
UTF-8 | 溿泌廠貉偃 | 111001101011101010111111111001101011001110001100111001011011101110100000111010001011001010001001111001011000000110000011 | e6babfe6b38ce5bba0e8b289e58183 |
UHC | ?泌廠?偃 | 0011111111111001101100101111001111011111001111111110010111100111 | 3ff9b2f3df3fe5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)