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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 瓆렼狀렩셀^ | 11100111100100111000011011101011101000001011110011101111101001111011101011101011101000001010100111101100100001011000000001011110 | e79386eba0bcefa7baeba0a9ec85805e |
UHC | 瓆렼狀렩셀^ | 1111001011101111100011101100010011101101111011101000111010110111101111001011111101011110 | f2ef8ec4edee8eb7bcbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)