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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ渉ォテ環アB | 110000101000111111000010101010111100001110001010110000101011000101000010 | c28fc2abc38ac2b142 |
EUC-JP | ツ渉ォテ環アB | 10001110110000101011111011000100100011101010101110001110110000111011010011000100100011101011000101000010 | 8ec2bec48eab8ec3b4c48eb142 |
UTF-8 | ツ渉ォテ環アB | 11101111101111101000001011100110101110001000100111101111101111011010101111101111101111101000001111100111100100101011000011101111101111011011000101000010 | efbe82e6b889efbdabefbe83e792b0efbdb142 |
UHC | ????環?B | 0011111100111111001111110011111111111100101110110011111101000010 | 3f3f3f3ffcbb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)