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 | 陋妲逕柧 | 1110100010011011100110110100011011100111100101001001111001110110 | e89b9b46e7949e76 |
EUC-JP | 陋妲逕柧 | 1110111111111011110101011010011111101101111101001101101111010111 | effbd5a7edf4dbd7 |
UTF-8 | 陋妲逕柧 | 111010011001100110001011111001011010011010110010111010011000000010010101111001101001111110100111 | e9998be5a6b2e98095e69fa7 |
UHC | 陋?逕? | 110101111011000000111111110011001110111100111111 | d7b03fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)