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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 省セ雫^ | 10001111110010001111100010001110101111101111001010110010100011101011010001011110 | 8fc8f88ebef2b28eb45e |
EUC-JP | 省?セ?雫^ | 101111101100101000111111100011101011111000111111101111001011011001011110 | beca3f8ebe3fbcb65e |
UTF-8 | 省セ雫^ | 11100111100111001000000111101110100110001010110111101111101111011011111011101110100001111010100111101001100110111010101101011110 | e79c81ee98adefbdbeee87a9e99bab5e |
UHC | 省????^ | 11100000111111010011111100111111001111110011111101011110 | e0fd3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)