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 | ?▽?? | 0011111110000001101001000011111100111111 | 3f81a43f3f |
EUC-JP | ?▽?? | 0011111110100010101001100011111100111111 | 3fa2a63f3f |
UTF-8 | 曆▽퐜嶪 | 111011111010011010001011111000101001011010111101111011011001000010011100111001011011011010101010 | efa68be296bded909ce5b6aa |
UHC | 曆▽퐜嶪 | 1110011010110111101000011110010010111101100001101110010111110101 | e6b7a1e4bd86e5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)