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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謌阪藷窶母ウ | 1110011010001000100011011110001110001111100100111110001010000000100101011110101010110011 | e6888de38f93e28095eab3 |
EUC-JP | 謌阪藷窶母ウ | 111010111110100010111010111001011011110111110011111000111110000011001010111011001000111010110011 | ebe8bae5bdf3e3e0caec8eb3 |
UTF-8 | 謌阪藷窶母ウ | 111010001010110010001100111010011001100010101010111010001001011110110111111001111010101010110110111001101010111110001101111011111011110110110011 | e8ac8ce998aae897b7e7aab6e6af8defbdb3 |
UHC | ?阪藷?母? | 001111111111100010100001111011101100101100111111110110011011110100111111 | 3ff8a1eecb3fd9bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)