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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ渉ォテ環「^ | 110000101000111111000010101010111100001110001010110000101010001001011110 | c28fc2abc38ac2a25e |
EUC-JP | ツ渉ォテ環「^ | 10001110110000101011111011000100100011101010101110001110110000111011010011000100100011101010001001011110 | 8ec2bec48eab8ec3b4c48ea25e |
UTF-8 | ツ渉ォテ環「^ | 11101111101111101000001011100110101110001000100111101111101111011010101111101111101111101000001111100111100100101011000011101111101111011010001001011110 | efbe82e6b889efbdabefbe83e792b0efbda25e |
UHC | ????環?^ | 0011111100111111001111110011111111111100101110110011111101011110 | 3f3f3f3ffcbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)