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 | ???巽η? | 0011111100111111001111111001001001000110100000111100010100111111 | 3f3f3f924683c53f |
EUC-JP | ???巽η? | 0011111100111111001111111100001110100111101001101100011100111111 | 3f3f3fc3a7a6c73f |
UTF-8 | 捻꿔룗巽η㎉ | 1110111110100110101001001110101010111111100101001110101110100011100101111110010110110111101111011100111010110111111000111000111010001001 | efa6a4eabf94eba397e5b7bdceb7e38e89 |
UHC | 捻꿔룗巽η㎉ | 111001101111011110110010111000111000111110010011111000011101111010100101111001111010011110111011 | e6f7b2e38f93e1dea5e7a7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)